You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I create the react project using the below command, I can't save the project files which means I can't save the changes I made to the files.
sudo npx create-react-app . --template typescript
I have to use
sudo chmod -R 777 .
to enable it. Why is this happening?My editor is VSCode and my OS is MacOS
Sonoma 14.4
. I have no idea why this is happening. How can I check this?Beta Was this translation helpful? Give feedback.
All reactions