-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Node.js to active LTS version #2021
Comments
We've encountered some issues with this change on Mac M1 devices. They appear to related to
We've managed to get this working on M1 machines by deleting
Current theories are that the issue might be related to installing with Node v14, then installing this change, and something going awry in the switch. We're going to test installing straight from this branch and see if a clean install works. We're then going to decide whether:
|
Additionally, after updating to Node 16,
So it's possible we might be able to drop this extension or get an updated version at some point. Alternatively, we may want to look at alternatives to metalsmith. |
@domoscargin FWIW there is now an official |
What
Update the project to use the latest active Long Term Support (LTS) version of Node.js for development, testing, and deployment.
Why
This project currently uses Node.js version 14, which has been in maintenance since last October (2021-10-19) and won't receive new features.
Who needs to work on this
Developer
Who needs to review this
Developer, Tech lead
Done when
.nvmrc
package-lock.json
to use lockfile v2The text was updated successfully, but these errors were encountered: