
常见问题与解决方案
编程时的常见问题,每一个博客内附属专门的解决方案,并会阐明出现原因
X可乐
这个作者很懒,什么都没留下…
展开
-
在终端输入 npm run dev 时报错 npm ERR! code ELIFECYCLE
npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! code@1.0.0 script: `babel js -d scripts`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the code@1.0.0 script script.npm ERR! This is probably not a problem with npm. There is likely additional loggin原创 2021-01-11 00:30:12 · 1380 阅读 · 1 评论 -
webpack : 无法将“webpack”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
webpack : 无法将“webpack”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼 写,如果包括路径,请确保路径正确,然后再试一次。所在位置 行:1 字符: 1+ webpack+ ~~~~~~~ + CategoryInfo : ObjectNotFound: (webpack:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandN原创 2021-01-14 00:28:18 · 1059 阅读 · 0 评论 -
vscode全部折叠快捷键失效原因
原创 2021-01-14 00:52:38 · 1942 阅读 · 0 评论 -
无法加载文件 XXX 因为再此系统上禁止运行脚本。有关详细信息,请参阅 XXX 中的 about_Execution_Policies
解决VSCODE"因为在此系统上禁止运行脚本"报错原创 2021-07-01 15:53:31 · 541 阅读 · 0 评论 -
error: failed to push some refs to ‘XXX‘
使用 git push 推送代码到远端仓库时报错:error: failed to push some refs to 'XXX',处理方式如下...原创 2021-07-19 11:07:39 · 209 阅读 · 0 评论