这是我在 Namecheap Cpanel 中运行 NPM install 时遇到的错误:
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 终端/ssh 手动安装模块。