Use prebuilt windows zip which contains npm#230
Merged
ekalinin merged 1 commit intoekalinin:masterfrom Jan 11, 2019
asottile:prebuilt_node_npm_zip
Merged
Use prebuilt windows zip which contains npm#230ekalinin merged 1 commit intoekalinin:masterfrom asottile:prebuilt_node_npm_zip
ekalinin merged 1 commit intoekalinin:masterfrom
asottile:prebuilt_node_npm_zip
Conversation
Contributor
Author
windows cmd.execygwinfound a bug, |
Contributor
Author
|
and here's cygwin working: IEUser@IE11WIN7 /tmp/nodeenv
$ python nodeenv.py nenv
* Install prebuilt node (11.6.0) ..... done.
IEUser@IE11WIN7 /tmp/nodeenv
$ . nenv/bin/activate
(nenv)
IEUser@IE11WIN7 /tmp/nodeenv
$ npm install left-pad
npm WARN saveError ENOENT: no such file or directory, open 'C:\cygwin\tmp\nodeenv\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\cygwin\tmp\nodeenv\package.json'
npm WARN nodeenv No description
npm WARN nodeenv No repository field.
npm WARN nodeenv No README data
npm WARN nodeenv No license field.
+ left-pad@1.3.0
added 1 package from 1 contributor and audited 1 package in 0.696s
found 0 vulnerabilities
(nenv)
IEUser@IE11WIN7 /tmp/nodeenv
$ ls node_modules/
left-pad
(nenv)
IEUser@IE11WIN7 /tmp/nodeenv
$ npm install -g left-pad
+ left-pad@1.3.0
added 1 package from 1 contributor in 0.271s
(nenv)
IEUser@IE11WIN7 /tmp/nodeenv
$ ls nenv/bin/node_modules/
left-pad npm |
Owner
|
Cool! Thank you! |
Contributor
Author
|
🎉 looking forward to the next release! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I need to double check this on windows (I patched out is_WIN and hacked around on posix) but it should work.
I also fixed the flake8 error since they'll be syntax errors in python3.8