Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
npm错误!无法从汇总访问fsevents_Npm_Rollupjs_Fsevents - Fatal编程技术网

npm错误!无法从汇总访问fsevents

npm错误!无法从汇总访问fsevents,npm,rollupjs,fsevents,Npm,Rollupjs,Fsevents,我试图在Gitlab CI上构建Angular应用程序,并使用npm CI安装依赖项,但我遇到了一个错误“fsevents not accessible from rollup”。我尝试了npmci——没有可选的,但仍然有这个错误。如何修复此问题?将我的angular 11项目开发依赖项更新为: "@angular-builders/custom-webpack": "^11.1.1", "@angular-devkit/build-angula

我试图在Gitlab CI上构建Angular应用程序,并使用
npm CI安装依赖项,但我遇到了一个错误“fsevents not accessible from rollup”。我尝试了
npmci——没有可选的
,但仍然有这个错误。如何修复此问题?

将我的angular 11项目开发依赖项更新为:

"@angular-builders/custom-webpack": "^11.1.1",
"@angular-devkit/build-angular": "^0.1102.13",
需要安装webpack,现在开始