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
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
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:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: