npx create-remix not working #10308
-
npx create-remix Error: Cannot find module 'fs-extra'
Node.js v22.12.0 |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 15 replies
-
Same here, tested on two linux and windows machines. |
Beta Was this translation helpful? Give feedback.
-
I also get same error |
Beta Was this translation helpful? Give feedback.
-
Getting the same error right now |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Was looking and switching from Next.js to Remix and this just stopped me cold. Workarounds not working. Ugh. |
Beta Was this translation helpful? Give feedback.
-
Hey team, How is this thread closed and I the problem is still persisting. I have tried to remove node.js with all it dependencies and npm but didn't work |
Beta Was this translation helpful? Give feedback.
-
Damn, I kept thinking it was my laptop and tried to fix it all day @@~ |
Beta Was this translation helpful? Give feedback.
-
Do this guys!
|
Beta Was this translation helpful? Give feedback.
-
It got fixed here #10299 (comment) |
Beta Was this translation helpful? Give feedback.
-
npx create-remix@latest node:internal/modules/cjs/loader:1252 Error: Cannot find module 'fs-extra'
Node.js v22.12.0 |
Beta Was this translation helpful? Give feedback.
This worked for me! :) Though I installed them globally
npm install -g create-remix
npm install -g fs-extra