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