You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! Refusing to install tmp as a dependency of itself
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/robert/tmp/tmp2/npm-debug.log
The text was updated successfully, but these errors were encountered:
package.json:
{
"name": "tmp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"couchbase-promises": "^4.0.1"
}
}
npm-bundle
will generate tmp-1.0.0.tgz
then I do:
npm install tmp-1.0.0.tgz
npm ERR! Refusing to install tmp as a dependency of itself
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/robert/tmp/tmp2/npm-debug.log
The text was updated successfully, but these errors were encountered: