PS C:\Users\hp\Desktop\next\next> npm start
> [email protected] start
> next start
▲ Next.js 14.0.4
- Local: http://localhost:3000
[Error: ENOENT: no such file or directory, open 'C:\Users\hp\Desktop\next\next\.next\BUILD_ID'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\Users\\hp\\Desktop\\next\\next\\.next\\BUILD_ID'
}
字符串
如何运行Next js vscode local run来解决这个问题?
1条答案
按热度按时间mftmpeh81#
型号
npm run build
然后
npm run start