Skip to content
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 frontend dev deps to support node v17+ #1247

Merged
merged 1 commit into from Mar 20, 2023
Merged

Conversation

vividvilla
Copy link
Collaborator

@vividvilla vividvilla commented Mar 20, 2023

Used vue-cli to upgrade all the dev deps from node v16 or lower (fixes #1245). Here are the steps followed

  • vue upgrade to upgrade all deps to latest.
  • remove node_modules directory and yarn.lock file.
  • yarn install to install dependencies again.

@vividvilla vividvilla added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 20, 2023
Used `vue-cli` to upgrade all the dev deps from node v16 or lower. Here
are the steps followed

- `vue upgrade` to upgrade all deps to latest.
- remove `node_modules` directory and `yarn.lock` file.
- `yarn install` to install dependencies again.
@knadh knadh merged commit c668523 into master Mar 20, 2023
@vividvilla vividvilla deleted the upgrade-dev-deps branch March 20, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Javascript compilation error blocking new release
2 participants