while I only use yarn in my linux (ubuntu):
I thought npm install would be equivalent to yarn install only to find myself getting this error:
jet@probook:~/purple-react-free$ yarn install yarn install v1.22.4 warning package.json: No license field warning No license field [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "EACCES: permission denied, unlink '/home/jet/node_modules/.yarn-integrity'". info If you think this is a bug, please open a bug report with the information provided in "/home/jet/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
so how do I go about it
while I only use yarn in my linux (ubuntu):
I thought
npm installwould be equivalent toyarn installonly to find myself getting this error:jet@probook:~/purple-react-free$ yarn install yarn install v1.22.4 warning package.json: No license field warning No license field [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "EACCES: permission denied, unlink '/home/jet/node_modules/.yarn-integrity'". info If you think this is a bug, please open a bug report with the information provided in "/home/jet/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.so how do I go about it