提交 8106c385 编写于 作者: C cyberdak 提交者: wu-sheng

add npm install error tips. (#970)

* add npm install error tips.

tell people use taobao's npm source.

* Update How-to-build-CN.md
上级 b5de1a16
......@@ -37,3 +37,15 @@
* resin-3.0.9.jar
* resin-4.0.41.jar
* ojdbc14-10.2.0.4.0.jar
## FAQ
### npm install超时失败
如果在编译apm-webapp时碰到下载包失败问题,可以将apm-webapp中pom.xml中npm源地址修改为淘宝的源,在中国的访问速度可以大大提高.
```
<arguments>install --registry=https://registry.npmjs.org/</arguments>
```
修改为
```
<arguments>install --registry=https://registry.npm.taobao.org/</arguments>
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册