Created Upgrade Troubleshot (markdown)

Pooya Parsa 2019-03-22 14:25:00 +04:30
parent 53e38ce607
commit 0edcb19c88
1 changed files with 19 additions and 0 deletions

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`