大家下午好!Gulp 没有安装
我在这里提出了有关安装 Gulp 的问题,但我没有找到问题的答案(
节点版本 - 19.3.0,npm,npx - 9.2.0
我的操作:(npm init
默认情况下用所有内容填充 package.json)npm install --save-dev gulp
,. 之后,控制台中显示以下内容:
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
added 350 packages, and audited 351 packages in 14s
12 packages are looking for funding
run `npm fund` for details
6 high severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
最后 Gulp 没有安装。
都试过了npm audit fix
,和npm audit fix --force
。没有任何帮助。
也许有人可以建议如何解决这个问题?
PS 在全局和本地都删除了 Gulp,没有帮助。