can i use yarn instead of npm code example
Example: 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!
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!