📜  npm 到纱线迁移 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:27.214000             🧑  作者: Mango

代码示例1
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!