npm WARN生命周期angular-seed-advanced@0.0.0~postinstall:无法在wd%s%s(wd =%s)中运行angular-seed-advanced@0.0.0 gulp check.versions&& gulp build.bundle.rxjs&& npm prune&& gulp webdriver&& npm运行nativescript-install&&节点工具/ install.js / Users / xxxx / Downloads / angular-seed-advanced-master
答案 0 :(得分:1)
这个问题并没有提供太多的背景信息,但我在运行时遇到了同样的问题
npm install
在Docker容器中构建Angular Seed Project。在我的情况下,这是由于使用root权限运行npm。
要尝试解决此问题,请检查此answer。
对我有用的是:
上述答案的选项1:
npm install --unsafe-perm
没有以root权限运行npm