详细信息:
? Workspace name (e.g., org name) swag
? What to create in the new workspace angular-nest [a workspace with a full stack application (Angular + Nest)]
? Application name swag
? Default stylesheet format SASS(.scss) [ http://sass-lang.com ]
? Default linter ESLint [ Modern linting tool ]
? Use Nx Cloud? (It's free and doesn't require registration.) No
> NX Nx is creating your workspace.
To make sure the command works reliably in all environments, and that the preset is applied correctly,
Nx will run "npm install" several times. Please wait.
[.....................] \ reify:prettier: timing reifyNode:node_modules/@nrwl/workspace Completed in 12729ms
工具版本
- 国家预防措施7.6.1
- Yarn1.22.5
- 节点v15.12.0
6条答案
按热度按时间hmtdttj41#
我得到了同样的错误,并得到了它修复使用节点v12.0使用npm 6,我很肯定的错误是链接到npm 7。
7kqas0il2#
现在是2022年了,这个问题仍然存在,我之前用的是Node.js 16.x/npm 8,为了解决这个问题,我干脆降级到Node.js 14.x/npm 6。
zpjtge223#
现在安装
opencv-build
包时使用npm 8仍然是一个问题,通过npm install -g npm@6
降级到npm 6可以工作。kmpatx3s4#
在我的例子中,按Ctrl + C显示它只下载了一些东西:
=〉查看网络流量日志。
qni6mghb5#
在我的例子中:问题出在npm 7上,我已经更改了npm的版本
然后重新运行命令,就成功了
13z8s7eq6#
我正在使用最新版本,它也停留在lodash,比我等待几分钟,并自动修复了这个问题,使用下面的命令,只要等待几分钟,它将自动解决