Can not install local-npm in Node 10.15.1 / npm 6.6.0
See original GitHub issueCan not install local-npm in Node 10.15.1 / npm 6.6.0
Detailed Description
When I run installation command
npm install -g local-npm
the installation stop at leveldown@1.7.2 install error.
Context
I am using following environment:
- OS : Windows Server 10
- Node : 10.15.1
- NPM : 6.6.0
I can build the source code, after I upgrade level package to version ^4.0.0.
The server is running properly, however the
node run coverage
doesn’t pass all test cases. I am not sure if the test coverage is having problem
Possible Implementation
- Update level package to version ^4.0.0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Downloading and installing Node.js and npm
We do not recommend using a Node installer, since the Node installation process installs npm in a directory with local permissions and can...
Read more >Prevent npm install for not supported Node.js versions
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version.
Read more >How to install older version of node.js on Windows?
Go here and find the version you want to install and then download the correct msi file and run the installer. You cannot...
Read more >local-npm - Bountysource
Created 7 years ago in local-npm/local-npm with 8 comments. It's more a question: Is it ... Can not install local-npm in Node 10.15.1...
Read more >Node Version Information - Learn — Liferay
Liferay DXP uses Node(and NPM) for many different frontend components. ... if your NPM version does not match the expected version, then you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working on getting a clean build going to publish something under the 3.0.0-beta1 in the next couple days if anyone is interested in testing it out.
Looks like https://github.com/local-npm/local-npm/pull/179 will solve this, I can wait a day or so if the PR doesn’t get updated I can submit a PR and get that passing tests.