Problems upgrading Node to version 20
Summary:
Because of the update on the 25th, I need to update the Node version of 2 OSF projects.
I searched for the correct version for the commerce packages, and using the command 'npm view @oracle-cx-commerce/cli' for example, using node version '20.16.0' showed that the latest version for these packages would be '5.8.1' ( the versions were 3.9.0 before ), so I changed the version of the @oracle-cx-commerce packages to this version, removed node_modules and ran the 'yarn install' command, then I ran the 'yarn run build' command without any problems, but when I used the 'yarn run start' command I got an error:
Tagged:
0