LingxinMeng hace 1 año
padre
commit
e623e3eff0
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      readme.md

+ 4 - 3
readme.md

@@ -5,9 +5,10 @@
 1. 安装 node 16.x(例如16.20.1)
 2. npm config get registry
 3. npm config set registry https://registry.npmmirror.com
-4. 在 package-lock.json 里确定 three版本为 0.141.0,否则无法安装依赖
-5. 安装依赖:npm install
-4. 安装指定版本的 three 替换:npm i three@0.124.0
+4. 删除 package-lock.json
+5. 在 package-lock.json 里确定 three版本为 0.141.0,否则无法安装依赖
+6. 安装依赖:npm install
+7. 安装指定版本的 three 替换:npm i three@0.124.0
 ```
 
 ### 本地启动