146 字
1 分钟
bug记录以及解决方案
Electron
chrome devtools
PostCss
-
Error: PostCSS plugin autoprefixer requires PostCSS 8. Update PostCSS or downgrade this plugin。
VScode
-
解决VSCODE”因为在此系统上禁止运行脚本”报错
UMI
eslint
-
Oops! Something went wrong!No files matching the pattern "./src/assets/scripts/**/*.js" were found.
-
‘lodash’ should be listed in the project’s dependencies, not devDependencies.eslintimport/no-extraneous-dependencies
webpack5
husky
husky > commit-msg hook failed (add —no-verify to bypass)
解决方法
commitlint.config.js的编码修改为UTF-8

bug记录以及解决方案
https://nollieleo.github.io/posts/bug记录以及解决方案/ 