拒绝安装twilio作为自身的依赖

时间:2017-02-10 20:02:59

标签: node.js twilio twilio-api google-api-nodejs-client

在我的node.js Twilio项目文件夹中,我在执行npm install twilio时遇到此错误

c:\...\Twilio>npm install twilio
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "twilio"
npm ERR! node v6.2.0
npm ERR! npm  v3.8.9
npm ERR! code ENOSELF

npm ERR! Refusing to install twilio 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!     c:\...\Twilio\npm-debug.log

知道我哪里错了吗?

1 个答案:

答案 0 :(得分:1)

Twilio开发者传道者在这里。

您是否已将您的包命名为package.json,“twilio”中的名称字段?

这是此类问题的regular cause。只需将包重命名为不依赖于它的包。