FrontendMasters/remix-fundamentals

Initial setup fails

mustafasakalli opened this issue · 4 comments

Hey guys,
While I'm trying to setup project, it throws Error: Cannot find module 'esbuild' error. How can I fix this?
remix

@mustafasakalli check the node version if it fulfilles the required versions

@mustafasakalli can you run node -v in your terminal? What version of Node are you using?

Recreated the issue on a windows machine that had Node v14.x.x. Updated to current LTS (16.17.1) and the setup script ran successfully. Will remove Node 14.x.x from the prerequisites.

Updating npm version 6 to 8 solved my problem. Thanks everyone