-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
23章示例跑不起来 #2
Comments
我刚才在 Mac、Windows7 和 Linux 上又测试了一遍,没有发现这个问题,你能给我一些其他的细节吗?比如,你的操作系统、Node版本、是否使用yarn或cnpm等。 |
我也是23章跑不起来
node 6.9.4 使用cnpm也出问题
|
@ttaccp 如何加快yarn下载安装速度?使用yrm
2,设置SASS_BINARY_SITE为https://npm.taobao.org/mirrors/node-sass/ ,设置fse_binary_host_mirror 为https://npm.taobao.org/mirrors/fsevents/
然后再安装npm依赖包,其实一切都是“墙”的问题,如果你完全按照国外的模式在安装npm运行程序,没有任何问题。 |
感谢,已成功运行。 |
我是全程用代理搞定的。。 |
使用cnpm没问题,必须全局安装node-gyp $ sudo cnpm install -g node-gyp
$ npm start |
运行
npm install
一切正常npm start
后提示[webpack-isomorphic-tools] [error] asset not found: ./src/containers/Main/Main.scss
node:v6.3.1
OS:windows 7 64
随后用
cnpm install
也是正常的,提示All packages installed...
npm start
后问题依旧详细提示如下:
The text was updated successfully, but these errors were encountered: