Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dont add quotes on node global bin path on Windows #318

Merged
merged 3 commits into from
Dec 10, 2019

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Dec 7, 2019

pick from #317

@fengmk2 fengmk2 added the bug label Dec 7, 2019
@codecov
Copy link

codecov bot commented Dec 7, 2019

Codecov Report

Merging #318 into 3.x will decrease coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              3.x     #318     +/-   ##
=========================================
- Coverage   92.86%   92.76%   -0.1%     
=========================================
  Files          29       29             
  Lines        2060     2060             
  Branches      359      359             
=========================================
- Hits         1913     1911      -2     
- Misses        147      149      +2
Impacted Files Coverage Δ
lib/bin.js 89.18% <100%> (ø) ⬆️
lib/install.js 97.9% <0%> (-1.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c37b5dc...ce25d71. Read the comment docs.

@fengmk2 fengmk2 force-pushed the use-cmd-shim-hotfix-for-3.x branch from 328d345 to 82a22c1 Compare December 7, 2019 15:41
@@ -4,7 +4,7 @@ const chalk = require('chalk');
const debug = require('debug')('npminstall:bin');
const path = require('path');
const fs = require('mz/fs');
const cmdShim = require('cmd-shim');
const cmdShim = require('cmd-shim-hotfix');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个改了啥?后面修复会合并到原来的模块么?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到了。。

@fengmk2 fengmk2 merged commit eefec5c into 3.x Dec 10, 2019
@fengmk2 fengmk2 deleted the use-cmd-shim-hotfix-for-3.x branch December 10, 2019 05:29
@fengmk2
Copy link
Member Author

fengmk2 commented Dec 10, 2019

3.25.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants