gpt4 book ai didi

npm - 无法安装 json 服务器

转载 作者:行者123 更新时间:2023-12-05 05:52:37 26 4
gpt4 key购买 nike

我正在尝试安装 JSON-Server,但它不工作!

我使用了以下命令:npm install -g json-server

这是错误信息:

npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/json-server
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/json-server'
npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/json-server'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/local/lib/node_modules/json-server'
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.

最佳答案

尝试在命令前使用sudo :

sudo npm install -g json-server

关于npm - 无法安装 json 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70081261/

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