-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade ce-dev node stack #116
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is getting pretty out of date, while there are no serious vulnerabilities it needs modernising. To update
package.json
you need to do this from the ce-dev root on a machine withyarn
installed:rm -Rf node_modules/*
rm yarn.lock
package.json
and set all package versions to*
npm update --save
(not on a VPN)yarn
yarn oclif-dev pack
Pick through the errors!
The text was updated successfully, but these errors were encountered: