jjss520 发表于 2023-9-3 16:53:29

function-npm安装模块是个大坑呀


脚本里有用这个模块,但function-npm里一直安装不上,挂了科学也一样,不知道怎么弄了



jjcs 发表于 2023-9-3 22:59:59

如果挂了科学也不行,去看节点的更新时间,八成是缺乏维护,官方在更新,不兼容了

DDDear 发表于 2023-9-4 11:59:24

试试这样可以吗?

jjss520 发表于 2023-9-5 08:51:05

DDDear 发表于 2023-9-4 11:59
试试这样可以吗?

npm WARN config production Use `--omit=dev` instead.
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /data/package.json
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, open '/data/package.json'
npm ERR! {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'open',
npm ERR!   path: '/data/package.json'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!   /data/.npm/_logs/2023-09-05T00_48_30_064Z-debug-0.log


直接报错,看样子是权限

DDDear 发表于 2023-9-9 11:12:43

DDDear 发表于 2023-9-4 11:59
试试这样可以吗?

我今天用这个方法测试了可以的
页: [1]
查看完整版本: function-npm安装模块是个大坑呀