示例代码:
// package.json "engines": { "node": "10.15.3" }, "dependencies": { "@angular/core": "~8.2.0" }, "devDependencies": { "@nrwl/workspace": "8.3.0" }
// 构建所有受影响的项目 nx affected:build
// 清除缓存并重新构建 npm cache clean nx affected:build
上一篇:AngularNxMonoRepo-Proxy:[ECONNREFUSED]
下一篇:AngularNxStorybook与Angular的StorybookDocs插件出现错误./tsconfig.json未找到