node-jira
node-jira copied to clipboard
Error: No compatible version found: oauth@'^0.9.11'
npm install jira fails with the error:
Error: No compatible version found: oauth@'^0.9.11'
I have the same issue: npm install jira npm http GET https://registry.npmjs.org/jira npm http 304 https://registry.npmjs.org/jira npm http GET https://registry.npmjs.org/oauth npm http GET https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/oauth npm ERR! Error: No compatible version found: oauth@'^0.9.11' npm ERR! Valid install targets: npm ERR! ["0.7.4","0.7.5","0.7.6","0.7.7","0.8.0","0.8.1","0.8.2","0.8.3","0.8.4","0.9.0","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","0.9.10","0.9.11","0.9.12"] npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:564:10) npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:479:10 npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7) npm ERR! at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:218:7 npm ERR! at Object.oncomplete (fs.js:297:15) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! [email protected]
npm ERR! System Darwin 11.4.2 npm ERR! command "node" "/usr/local/bin/npm" "install" "jira" npm ERR! cwd /Users/akikochow npm ERR! node -v v0.8.18 npm ERR! npm -v 1.1.71 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! not ok code 0
and when I do npm list | grep oauth, I have oauth 0.9.11 installed...
Your npm is outdated and do not understand ^.
See this blog post with comments
@anton-rudeshko's comment is correct. I'll close this issue since there's nothing we can do about it.