npm install error
See original GitHub issueHello. I am getting the following error on version 4.1.9:
C:\Users\rgorder_elemech\Documents\openvpn-status-4.1.9>npm install
npm ERR! code ETARGET
npm ERR! notarget No matching version found for cosmiconfig@undefined
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\rgorder_elemech\AppData\Roaming\npm-cache\_logs\2018-08-29
T13_15_57_779Z-debug.log
Do you have an idea of what the problem is? These are my versions:
C:\Users\rgorder_elemech\Documents\openvpn-status-4.1.9>node -v
v8.11.4
C:\Users\rgorder_elemech\Documents\openvpn-status-4.1.9>npm -version
5.6.0
OS: Windows Server 2012 R2, 64-bit
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
Read more >npm install error from the terminal - Stack Overflow
Running just "npm install" will look for dependencies listed in your package.json. The error you're getting says that you don't have a ...
Read more >NPM install error - Material Design for Bootstrap
Trying to install MDB pro 4.19.2 just downloaded and ran npm install but getting this error of sha512 not matching. Can someone tell...
Read more >How to solve npm ERR! code 1 when running npm install
Fix npm error code 1 by updating your dependencies · Update one package version in package.json file · Then run npm install ·...
Read more >Step by step solution for npm install error - M220JS - MongoDB
Delete the package-lock. · If you see a lot of warning & error messages related to npm-gyp, run npm rebuild & this should...
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
Ah, I see. Okay 😃 Just wanted to make sure.
OK. Thank you. I can verify it works on Windows with a host and bind of
0.0.0.0
.