0
点赞
收藏
分享

微信扫一扫

前端项目实战拾肆-window上‘PORT‘ is not recognized as an internal or external command

mac

"scripts": {
    "dev": "PORT=3005 next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "test": "jest"
  },

windows

"scripts": {
   
    "start": "craco start -p 4000",
    "build": "craco build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },



举报

相关推荐

0 条评论