Emurgo / csl-mobile-bridge

React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)
MIT License
23 stars 12 forks source link

getting start fail #40

Closed whisxinyu closed 3 years ago

whisxinyu commented 3 years ago

npm install @emurgo/react-native-haskell-shelley --save npm ERR! code ENOSELF npm ERR! Refusing to install package with name "@emurgo/react-native-haskell-shelley" under a package npm ERR! also called "@emurgo/react-native-haskell-shelley". 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

wolverineks commented 3 years ago

what steps can we use to reproduce the error?

whisxinyu commented 3 years ago

Getting start -------- $ npm install @emurgo/react-native-haskell-shelley --save

stackchain commented 3 years ago

Hi @whisxinyu this error ENOSELF happens when your name inside your package.json is the same as the package that you are trying to install. You can check for more details on npm's page, or on this link.