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
For now, I can not use next.js version ^v14. Got You are using Node.js 16.15.1. For Next.js, Node.js version >= v18.17.0 is required.
You are using Node.js 16.15.1. For Next.js, Node.js version >= v18.17.0 is required.
Please update nodejs version or provide the latest nextjs version template
My code.
<SandpackSC template="nextjs" options={{ activeFile: 'src/app/og/route.tsx', ...options, }} customSetup={{ dependencies: { next: '^14', }, }} files={{ 'src/app/og/route.tsx': require('!!raw-loader!../code/og-remote-font.raw.tsx').default, }} />
The text was updated successfully, but these errors were encountered:
I'm facing same issue
Sorry, something went wrong.
I have the same issue. Nodebox is not working at all for my next project
same issue, do we have any updates here?
No branches or pull requests
Tell us how you think we can improve Sandpack
Packages affected
What is this feature?
For now, I can not use next.js version ^v14. Got
You are using Node.js 16.15.1. For Next.js, Node.js version >= v18.17.0 is required.
Please update nodejs version or provide the latest nextjs version template
My code.
How would your idea work?
Do you have any examples of how you would like to see us implement it?
The text was updated successfully, but these errors were encountered: