tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

Change the app name in package.json #56

Open nikodean1 opened 3 years ago

nikodean1 commented 3 years ago

This changes the app name in package.json from 'abci' to 'js-abci' because 'npm install abci' throws the following error: "npm ERR! code ENOSELF npm ERR! Refusing to install package with name "abci" under a package npm ERR! also called "abci". 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"