Updates for Node 21 upgrade #3
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Changes so that we can upgrade to Node 21.
node-sass
withsass
.vue-hot-reload-api
.Testing
Local testing is a little tricky since we're working with nested dependencies.
In the
claycli
directory that is using this package:@nymag/vueify
version value with"@nymag/vueify": "file:<path-to-your-local-vueify>"
. On my setup, this looks like:rm -rf package-lock.json node_modules
npm i
package-lock
andnode_modules
there as well. I found that the build would hang indefinitely if there were conflicts.If you're using claycli version
"5.1.0-0"
, I don't think you need to make any changes to that repo for this to work.