I brought a new macbook pro m1 and i copied a react project that i am currently working in a windows laptop ,but it was not running and showing a permission denied message and the node modules folder is showing in a gray color in vs code.This project was perfectly running in my windows at the same time.
bimalboby@Bimals-MacBook-Pro netflix % npm start
> netflix@0.1.0 start /Users/bimalboby/Desktop/Projects/Netflix-clone/netflix
> react-scripts start
sh: /Users/bimalboby/Desktop/Projects/Netflix-clone/netflix/node_modules/.bin/react-scripts: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! netflix@0.1.0 start: `react-scripts start`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the netflix@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/bimalboby/.npm/_logs/2021-06-14T04_42_21_515Z-debug.log
bimalboby@Bimals-MacBook-Pro netflix %