gpt4 book ai didi

php - Laravel npm install 收到警告 - npm WARN deprecated graceful-fs

转载 作者:可可西里 更新时间:2023-10-31 23:28:41 24 4
gpt4 key购买 nike

我是 Laravel 的新手,所以我需要一些帮助。我正在接受来自 Laracasts 的培训 how to manage css and js .

当我尝试运行 npm install 时,我收到一些警告,例如

npm WARN install 无法安装可选依赖项:不支持

我也尝试使用 npm install --global gulp 安装 gulp,但我明白了

npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

所以基本上,如果我尝试运行 gulp 命令,我会从命令行得到 No command 'gulp' found

有什么办法解决这个问题吗?

只是一些附加信息:我在 vm Ubuntu 14.04 上,我的 node.js 和 npm 版本是:

node -v
v5.4.1

npm -v
3.3.12

enter image description here

这是我在尝试运行 npm install --global gulp

时遇到的错误

enter image description here

最佳答案

这个 npm WARN checkPermissions Missing write access to/usr/local/lib/node_modules 清楚地表明你正在运行 npm install --global gulp 的用户没有对 /usr/local/lib/node_modules 的写入权限。请确保您具有适当的写入权限 - 如评论检查中所述 https://docs.npmjs.com/getting-started/fixing-npm-permissions

关于php - Laravel npm install 收到警告 - npm WARN deprecated graceful-fs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37099514/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com