No compatible version found: left-pad@0.0.3
See original GitHub issueDoing an npm i
on this project I got:
guy@MSI-GS60:~/source/gremlin-javascript$ npm i
npm WARN deprecated karma-browserify@0.2.1: Full rewrite in 1.0. 0.x is deprecated.
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.8
npm ERR! Linux 3.16.0-67-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v5.9.0
npm ERR! npm v3.7.3
npm ERR! No compatible version found: left-pad@0.0.3
npm ERR! Valid install targets:
npm ERR! 0.0.9
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/guy/source/gremlin-javascript/npm-debug.log
The pertinent info from the npm-debug.log is:
12013 verbose stack Error: No compatible version found: left-pad@0.0.3
12013 verbose stack Valid install targets:
12013 verbose stack 0.0.9
12013 verbose stack
12013 verbose stack at pickVersionFromRegistryDocument (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:156:16)
12013 verbose stack at /usr/local/lib/node_modules/npm/node_modules/iferr/index.js:13:50
12013 verbose stack at /usr/local/lib/node_modules/npm/lib/utils/pulse-till-done.js:19:8
12013 verbose stack at saved (/usr/local/lib/node_modules/npm/lib/cache/caching-client.js:168:7)
12013 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:210:7
12013 verbose stack at FSReqWrap.oncomplete (fs.js:82:15)
12014 verbose cwd /home/guy/source/gremlin-javascript
I’m guessing this is a Mac vs Linux thing?
My OS:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
"no compatible version found" doesn't indicate which ... - GitHub
Problem 1: Which dependency is requiring this unknown version of phantomjs ? We should give the user a tree that shows where this...
Read more >NPM install express. Error: No compatible version found
You want to run the latest node (currently 0.10.22). Try these steps to get the newest version: sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get ...
Read more >Common errors | npm Docs
If you are having trouble with npm install , use the -verbose option to see more details. No compatible version found. You have...
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 >Common Errors - npm - w3resource
No compatible version found. If you run npm and you receive a no compatible version found error, it means you have an outdated...
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
In the meantime you should be able to do the following and operate normally :
At least until this thing blows over and everyone updates their dependencies.
https://medium.com/@azerbike/i-ve-just-liberated-my-modules-9045c06be67c#.vpj0s7qmk This is going to be fun.