You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encounted with the following error when I do npm run build
Export encountered errors on following paths:
/(weather)/wx-client/page: /wx-client
Also npm start didint work after build, cause the following error
[Error: ENOENT: no such file or directory, open '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json'
}
The text was updated successfully, but these errors were encountered:
Hi,
I have encounted with the following error when I do npm run build
Also npm start didint work after build, cause the following error
[Error: ENOENT: no such file or directory, open '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json'
}
The text was updated successfully, but these errors were encountered: