mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
Created Upgrade Troubleshot (markdown)
parent
53e38ce607
commit
0edcb19c88
19
Upgrade-Troubleshot.md
Normal file
19
Upgrade-Troubleshot.md
Normal file
@ -0,0 +1,19 @@
|
||||
## General Upgrades
|
||||
|
||||
### yarn
|
||||
|
||||
- Remove `yarn.lock` file before upgrade
|
||||
|
||||
### npm
|
||||
|
||||
- Remove `package-lock.json` file before upgrade
|
||||
|
||||
## 2.5.x
|
||||
|
||||
### yarn
|
||||
|
||||
`yarn add core-js@2 node-fetch@2`
|
||||
|
||||
### npm
|
||||
|
||||
`npm i core-js@2 node-fetch@2`
|
Loading…
Reference in New Issue
Block a user