We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce on macOS with node v20.5.0:
~/ gh repo clone ipfs-examples/helia-examples cd helia-examples/examples/helia-nextjs npm install npm start =>
> [email protected] start > next start [Error: ENOENT: no such file or directory, open '/Users/kopeboy/helia-examples/examples/helia-nextjs/.next/BUILD_ID'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/kopeboy/helia-examples/examples/helia-nextjs/.next/BUILD_ID' } npm ERR! Lifecycle script `start` failed with error: npm ERR! Error: command failed npm ERR! in workspace: [email protected] npm ERR! at location: /Users/kopeboy/helia-examples/examples/helia-nextjs
The text was updated successfully, but these errors were encountered:
Running npm run build before npm start would work, but how to use the development mode? Shouldn't we update the README mentioning npm run dev?
npm run build
npm start
npm run dev
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce on macOS with node v20.5.0:
~/
gh repo clone ipfs-examples/helia-examples
cd helia-examples/examples/helia-nextjs
npm install
npm start
=>
The text was updated successfully, but these errors were encountered: