gbk
gbk
 还有一个功能是加速本地构建,只构建当前调试中的页面 https://nowa-webpack.github.io/docs/ben_di_kai_fa.html
抱歉,这个工具目前已经停止维护。 从报错来看,似乎是 npm 7.16.0 使用了 es6 语法,而当前环境不支持。
应该是 github 地址访问超时了,看看 github 相关域名是否都可以访问到
less 不支持 `@important` 语法,猜你是想用 `@import` 吧?
1. 不太同意,持续集成一般只构建 test 环境的就行了啊,test 和 prod 不会有逻辑上的差异 2. 好主意!已排上日程,会在[这里](https://github.com/nowa-webpack/nowa/issues/42)跟踪
这样的话,建议跑三次命令呢,testing 构建产出验证通过再构建 staging…… ``` nowa build --env test --dist test_output ... nowa build --env staging --dist staging_output ... nowa build --env production --dist production_output ```
请尝试参考以下 issue 解决 https://github.com/nowa-webpack/nowa/issues/17 https://github.com/nowa-webpack/nowa/issues/18
> ERROR in Cannot find module 'webpack' > Require stack: > > * C:\Users\Administrator.nowa\[email protected]@stylus-loader\index.js > 请问 window系统,启动nowa项目报这个错,是什么原因,卸载nowa命令和.nowa文件夹了 请尝试参考以下 issue 解决 #17 #18
抱歉,这个工具目前已经停止维护。 从报错来看,似乎是 npm 6.9.0 使用了 es6 语法,而当前环境不支持。
是用 cmd 执行的么? 可否用 bash 来跑?