-
Notifications
You must be signed in to change notification settings - Fork 449
编译没过,新手求指导 #253
Comments
webpack.config.js 这个文件在其实在这个路径下有 尝试把"....node_modules/_react-web@0.4.6@react-web/webpack.config.js" |
是不是我哪里配置有问题,或者哪里没改对 |
提示warning是说某些包因为版本不对没有install |
编译过了,后面有问题再看吧
|
3000端口是开了,貌似还是有问题,页面没响应 |
node 7.6.0 升级中 |
升级之后,我就彻底放弃了 |
npm run demo 能跑吗 |
换了版本之后 Error: Couldn't find preset "react-native" relative to directory "/Users/xiang/dev-source/java/react/abc" |
当前版本 |
之前node版本是7.6.0,前面的都跑通了,最后启动3000端口都开了,但是访问无效 |
能加个微信么? |
cd react-web && npm install
|
如果你不是执意要跟这个安装过程刚下去的话,可以先用这个去跑:https://github.com/sandofsuro/NectarBoxOnWeb 配置好入口文件,用npm run demo去跑,pages里面是可以看到打包结果的。 |
报错,查看原因是 node版本高, 有不降node 版本的解决方案吗,谢谢 |
react-native init test
react-web init test
cd test
cd test && npm install
安装依赖包的时候,有些报了一些warning,提示包的依赖问题
用cnpm一个一个安装之后,执行npm install 没有warning了
但是在 执行
react-web start 报下面的错误
Error: Can't find webpack config file at "....node_modules/_react-web@0.4.6@react-web/web/webpack.config.js"
The text was updated successfully, but these errors were encountered: