Closed shiba-hiro closed 1 year ago
Thank you for providing the quickstart repository.
As Node.js v14 is about to reach its end of life, I recommend upgrading to v18 for future-proofing. https://github.com/nodejs/Release#release-schedule
I have tested this PR on my local environment and confirmed that...
npm install
npm run dev
Please review the changes, and let me know if you have any concerns or questions. Thank you again for your time and consideration.
The purpose of engine version ranges is to specify all the versions that are supported. We'll be releasing a new version soon where node 16 is the minimum, so i'll update to that.
Thank you for providing the quickstart repository.
As Node.js v14 is about to reach its end of life, I recommend upgrading to v18 for future-proofing. https://github.com/nodejs/Release#release-schedule
I have tested this PR on my local environment and confirmed that...
npm install
works finenpm run dev
works finePlease review the changes, and let me know if you have any concerns or questions. Thank you again for your time and consideration.