Currently we use node 16 to develop and build the app, now we need to upgrade to node 20.
NOTE, there is an error if we switch to node 18+ , to produce, run npm run dev , so we need to fix that problem so we can do the upgrade.
Some hints:
- Please read our readme for more information/guide/tutorial.
- Here is an engineering book in Greenstand.
- To know more about our organization, visit our website.
- If you want to join the slack community (some resources need the community member's permission), please leave your email address.
Currently we use node 16 to develop and build the app, now we need to upgrade to node 20.
NOTE, there is an error if we switch to node 18+ , to produce, run
npm run dev, so we need to fix that problem so we can do the upgrade.Some hints: