Home > Mobile >  yarn install does not trigger action
yarn install does not trigger action

Time:10-01

I am unable to install the project. I am also not getting any error messages. After executing yarn install in the folder root, I don't have any messages in the console. This only happens in one project, namely in react-native-paper (enter image description here

CodePudding user response:

Try this code first : npm install --global yarn and the try to install yarn add react-native-paper

CodePudding user response:

Could you add your environment info? react-native, react version in package.json. yarn, node, npm, etc.

I think we need to check this at least.

  • Related