window npm install error

pull/1/head
peter-no 5 years ago
parent e682c2c314
commit 2651aae847

@ -18,7 +18,10 @@
```bash ```bash
git clone https://gitee.com/pnoker/dc3-web.git git clone https://gitee.com/pnoker/dc3-web.git
cd dc3-web cd dc3-web
npm install
#这步至关重要,请务必使用 cnpm 进行 install
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
# run # run
npm run serve npm run serve

Loading…
Cancel
Save