Answers for "npm to yarn migration"

3

npm to yarn migration

1. REMOVE: node_modules folder
2. REMOVE: package-lock.json, OR:(run "yarn import", moves package-lock to yarn.lock)
3. RUN in terminal: "yarn"
4. DONE!
Posted by: Guest on February-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language