upgrading next project node version from 16 to 20
Unanswered
Pacific-slope Flycatcher posted this in #help-forum
Pacific-slope FlycatcherOP
Hi, I have a enterprise application which is use next 13 and node 16, we are trying to upgrade the node version to 20.9.0 but facing a error when application is running-
node:internal/modules/cjs/loader: throw err
Cannont find module /src/npm
Modele._load at Function.executeUserEntryPoint[as run Main]
This works absolutely fine on node 16 but is breaking on node 20, due to company mandate i need to make it work on node 20.9 can you please help
node:internal/modules/cjs/loader: throw err
Cannont find module /src/npm
Modele._load at Function.executeUserEntryPoint[as run Main]
This works absolutely fine on node 16 but is breaking on node 20, due to company mandate i need to make it work on node 20.9 can you please help