Results 113 comments of

I also have this problem. I use Apple silicon chip.

I installed the dependency in vue-cli2.x "speed-measure-webpack-plugin": "^1.3.1", And modified the file `build` > `webpack.prod.conf.js` ```javascript const SpeedMeasurePlugin = require("speed-measure-webpack-plugin"); const smp = new SpeedMeasurePlugin(); module.exports = smp.wrap(webpackConfig) ``` And...

看了一圈源码,发现 `nr dev --report` 等同于 `npm run dev -- --report`; `--` 的功能,具体可以参考这里 https://github.com/npm/npm/pull/5518 如果使用 `--` 追加是 ok 的

I have the same problem

太棒了,我还在网络上寻找类似产品的编辑功能.

I'm experiencing the same confusion, I don't know how I installed the global dependencies in the first place. `pnpm add [email protected] -g` or `pnpm add xxx@^x.y.x -g` I have forgotten...

> changelog 记得填一下 已补充,我看 master 有更新,我需要 rebase 一下。

> 还是挂的 之前被 `Form › Form.Item.useStatus should work` 这个用例卡了,没找到问题,看到前面大佬已经修复了。我重新 rebase 再跑了一遍 case

> > Can i work on this? > > 开发的怎么样了?要不我来试试 我也尝试修复这个问题,解决倒是挺简单。主要卡在了测试用例如何去写的问题上 😂