跟着https://www.imooc.com/article/39978,本地搭建electron+antd+react项目,安装babel-plugin-import,这是一个按需加载代码、样式的babel插件:
yarn add babel-plugin-import --dev
本地报这个,
error An unexpected error occurred: “EPERM: operation not permitted, scandir ‘E:\aPritice\JDe\electron\react-electron-app01\node_modules\@types’”.
百度搜方案:
1:缓存问题,清理下看看
npm cache clean --force
2.:
https://blog.csdn.net/fjnjxr/article/details/53158204参考地址,win+x选择
使用win+x,选择命令提示符(管理员),在里面运行命令。
参考链接:
https://blog.csdn.net/qq_35624642/article/details/78393035