when Im trying to open a new react project it telling me this:
sh-3.2# npx create-react-app my-app
Creating a new React app in /Users/bida/Desktop/קורסים/קורסים/FullStack/REACT/Game/my-app.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts...
Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts@0.9.x has failed.
Deleting generated file... package.json Deleting my-app/ from /Users/bida/Desktop/קורסים/קורסים/FullStack/REACT/Game Done. sh-3.2# npx create-react-app my-app
Creating a new React app in /Users/bida/Desktop/קורסים/קורסים/FullStack/REACT/Game/my-app.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts...
Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts@0.9.x has failed.
Deleting generated file... package.json Deleting my-app/ from /Users/bida/Desktop/קורסים/קורסים/FullStack/REACT/Game Done.