facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.54k stars 26.79k forks source link

How to fix immer problem? #10986

Open Fuad9 opened 3 years ago

Fuad9 commented 3 years ago

When I try to initialize an app by "npx create-react-app organic-app" in windows terminal it throws me the following error:

internal/modules/cjs/loader.js:888 throw err;

Cannot find module "immer", Require stack: project_dir\node_modules\react-dev-utils\immer.js project_dir\node_modules\react-scripts\scripts\utils\verifyTypeScriptSetup.js project_dir\node_modules\react-scripts\scripts\start.js gitta

My npm version: 7.13.0 Node version: 14.17.0

but immer is showing here: gittu

But in ubuntu it works fine. Npm version in Ubuntu: 7.13.0 Node: 15.5.0

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.