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
I try create a new project using npx create-react-appbut is broken, i try reutilize a old project created 1 month ago and i delete the node_modules folder and package-lock.json, and execute npm install, its works fine but when try run the project says an error:
I try create a new project using
npx create-react-app
but is broken, i try reutilize a old project created 1 month ago and i delete thenode_modules
folder andpackage-lock.json
, and executenpm install
, its works fine but when try run the project says an error:I try install mannualy the package using
npm install @svgr/webpack
but does not work. Thepackage.json
file content is:Can not create a new project and can not run any project.
My software version:
I try use node 18 and 22 but does not work.
The text was updated successfully, but these errors were encountered: