watson-developer-cloud / botkit-middleware

A middleware to connect Watson Conversation Service to different chat channels using Botkit
https://www.npmjs.com/package/botkit-middleware-watson
Apache License 2.0
206 stars 254 forks source link

npm install failed #38

Closed vkjuju closed 7 years ago

vkjuju commented 7 years ago

Hi, npm install failed with the following message, any advice would be appreciated:

C:\Training\WEX\botkit-middleware-master\botkit-middleware-master>npm install botkit-middleware-watson --save
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "botkit-middleware-watson" under a package
npm ERR! also called "botkit-middleware-watson". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR!     <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Joe Yang\AppData\Roaming\npm-cache\_logs\2017-04-08T14_25_58_263Z-debug.log
germanattanasio commented 7 years ago

I think you are trying to install the package from the same place where you are running it.