当前位置: 首页 > 工具软件 > Cloudopt Next > 使用案例 >

next start 报错 not found next

程凯定
2023-12-01

相关资料来源于https://blog.csdn.net/ab110911/article/details/83089768
一般来说集成next.js的项目都会有

{
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  }
}

这个配置,但是启动的时候是要用npm run dev去启动的

 类似资料: