Replies: 3 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
You ordered your machine to install any version of node above 18.17.0 but I thing it would'nt work like that. You have to mension specifically which version to be installed. I recommend you go to https://nodejs.org/en and install LTS version of node, then change it in your package.json
or which ever version you download and install, add that specific version, then run "yarn" in your terminal to let it update the dependencies. I hope this should work. |
Beta Was this translation helpful? Give feedback.
-
If you're using WSL in a windows machine, the method I mentioned above updates the node version inside Powershell, not WSL . If you're using WSL try updating node version inside WSL by running this command inside your ubuntu terminal
Please let me know if something improved |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I can't deploy my nextJS front on Fleek ... I try lots of things, like modify the build command :
yarn add --ignore-engines yarn install && yarn run build && yarn next export
I try to change the docker image
fleek/next-js:node-16
tofleek/next-js:latest
, it's return this error :error next@14.0.4: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "16.4.2"
I also try to add in my package.json :
I also have the same issue ...
If someone has a solution. Thank you
PS: I use the same version than Patrick for NextJS (v12.1.5)
Link of my repo : https://github.com/v4ss/nextjs-raffle-app
Beta Was this translation helpful? Give feedback.
All reactions