摘要: windows npm修改端口启动 set PORT=3000&&roadhog server npm start Linux npm 修改端口启动 set PORT=3000 roadhog server npm start 阅读全文
posted @ 2019-05-21 15:56 landv 阅读(2072) 评论(0) 推荐(0) 编辑
摘要: If you see an EACCES error when you try to install a package globally, you can either: Reinstall npm with a node version manager (recommended), or Man 阅读全文
posted @ 2019-05-21 08:42 landv 阅读(214) 评论(0) 推荐(0) 编辑