Replies: 1 comment 3 replies
-
Nvm, looks like at some point I had NVM installed multiple places? Found a "node-bin-setup" directory that used |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to run
npx remix build
, I get an error saying an old incompatible version of Node is detected, v17.0.1. I have 21.6.1 installed.I am a Mac OS user who has Node installed with Homebrew and NVM.
I believe that the check it's failing is at https://www.npmjs.com/package/@remix-run/dev?activeTab=code, lines 102-107:
I was trying to use Shopify Hydrogen, but when that kept failing switched over to the Remix quickstart where I encountered the same problem:
https://remix.run/docs/en/main/start/quickstart#build-and-run
I added a simple "check-version.js" file to the project whose sole contents are
console.log(process.version);
in order to see what version the process used. When run from terminal it used v21.6.1.Here are some traces:
And a look at my project structure, straight from the quickstart + the version check file:
Beta Was this translation helpful? Give feedback.
All reactions