如何修复来自 Namecheap 的 npm WARN 生命周期错误?
How do I fix a npm WARN lifecycle error from Namecheap?
这是我在 Namecheap Cpanel 中 运行 安装 NPM 时遇到的错误:
Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
我尝试在应用程序的根文件夹中添加一个名为 .npmrc 的文件,将此行放入其中:
scripts-prepend-node-path=true
但这没有用。
关于如何解决这个问题的任何想法?
我不得不通过 Namecheaps 手动安装我的模块 terminal/ssh。
这是我在 Namecheap Cpanel 中 运行 安装 NPM 时遇到的错误:
Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
我尝试在应用程序的根文件夹中添加一个名为 .npmrc 的文件,将此行放入其中:
scripts-prepend-node-path=true
但这没有用。 关于如何解决这个问题的任何想法?
我不得不通过 Namecheaps 手动安装我的模块 terminal/ssh。