Closed whisxinyu closed 3 years ago
what steps can we use to reproduce the error?
Getting start -------- $ npm install @emurgo/react-native-haskell-shelley --save
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.
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