Taro 新建React Native 项目taro build --type rn "--watch" 报错
-
编译失败.
./src/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: ENOENT: no such file or directory, open '/Users/finatech/work/finatech/client-taro/node_modules/@tarojs/rn-runner/dist/config/rn-stylelint.json'
-
taro/packages/taro-rn-runner/src/webpack/postcss.conf.ts 下面39行
plugins.push(stylelint({
configFile: path.resolve(__dirname, '../config/rn-stylelint.json')
})) 没有错误吗?
-
解决了吗,同样的报错