在 PC 环境运行 PHP 8 报错: PHP Warning: 'C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll' 14.0 is not compatible with this PHP build linked with 14.28 in Unknown on line 0 解决方法 下载安装 M…
运行 vue init webpack-simple vue-app 报错如下: Command vue init requires a global addon to be installed. Please run undefined @vue/cli-init and try again. 解决方法 npm install -g @vue/c…
windows 安装 yarn 报错 yarn : 无法加载文件 d:\Program Files\nodejs\yarn.ps1,因为在此系统上禁止运行脚本。 解决方法 若要在本地计算机上运行您编写的未签名脚本和来自其他用户的签名脚本,请使用以下命令将计算机上的 执行策略更改为 RemoteSigned 搜索powershell,右键以管理员身份…