question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No compatible version found: left-pad@0.0.3

See original GitHub issue

Doing 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
PommeVertecommented, Mar 22, 2016

In the meantime you should be able to do the following and operate normally :

npm install azer/left-pad.git#bff80e3ef0db0bfaba7698606c4f623433d14355

At least until this thing blows over and everyone updates their dependencies.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found