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
We don't use next... I tried the default way of running node/react applications, ol' npm start but getting some complains about next build_id. Your readme doesnt seem to mention anything about in, unfortunately.
caileao@Cais-MacBook-Pro decent-defi % npm start
> @decent.xyz/[email protected] start
> next start -p 3001
▲ Next.js 14.0.4
- Local: http://localhost:3001
[Error: ENOENT: no such file or directory, open '/Users/caileao/Dev/researcy/decent-defi/.next/BUILD_ID'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/caileao/Dev/researcy/decent-defi/.next/BUILD_ID'
}
The text was updated successfully, but these errors were encountered:
We don't use next... I tried the default way of running node/react applications, ol'
npm start
but getting some complains about next build_id. Your readme doesnt seem to mention anything about in, unfortunately.The text was updated successfully, but these errors were encountered: