- 博客(3)
- 收藏
- 关注
原创 解决app项目出现Are you interested in participation的问题
我们在yarn dev的时候出现Are you interested in participation ?解决方案:找到nuxt.config.js,添加telemetry: false,即可解决。export default { telemetry: false, //解决Are you interested in participation弹出的问题}...
2022-04-24 10:31:54
553
原创 解决yarn无法加载yarn.ps1的问题
首先,我们在执行yarn install会发现下列问题yarn : 无法加载文件 D:\Web\nodejs\node_global\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信 息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。所在位置 行:1 字符: 1+ yarn install+ ~~~~ + CategoryInfo : Security
2022-04-24 10:21:32
2305
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人