我在Windows 10计算机上安装了ASP.NET Core Vue.js 2。运行npm install命令时,出现以下错误
BrowserslistError:未知的浏览器查询
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
错误(C:\ Repos \ StudentSignPocNet \ node_modules \ browserslist \ index.js:37:11) 在C:\ Repos \ StudentSignPocNet \ node_modules \ browserslist \ index.js:222:9 在Array.forEach() 在浏览器列表中(C:\ Repos \ StudentSignPocNet \ node_modules \ browserslist \ index.js:196:13) 在cleanBrowsersList(C:\ Repos \ StudentSignPocNet \ node_modules \ caniuse-api \ dist \ utils.js:56:59) 在setBrowserScope(C:\ Repos \ StudentSignPocNet \ node_modules \ caniuse-api \ dist \ index.js:29:43) 在对象。 (C:\ Repos \ StudentSignPocNet \ node_modules \ caniuse-api \ dist \ index.js:91:1) 在Module._compile(module.js:652:30) 在Object.Module._extensions..js(module.js:663:10) 在Module.load(module.js:565:32)
我尝试删除项目目录中的文件browserslist和browserslist.cmd(该解决方案对其他人有所帮助),但无济于事。
当webpack --config webpack.config.vendor.js运行时发生错误。
如何解决此错误? 让我知道, 伯特·简
答案 0 :(得分:0)
我有同样的问题,这是我的引导CSS导入。从@import“〜bootstrap / dist / css / bootstrap.css”更改;到@import'〜bootstrap / scss / bootstrap.scss';
或者尝试将引导程序降级到4.1.0,这也可以解决您的问题。
或者尝试使用此版本的引导程序,他们修复了此错误https://github.com/twbs/bootstrap/releases/tag/v4.1.3