Skip to content
New issue

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

[Feature Request] - package agnostic runner #479

Closed
tommyboylab opened this issue Jul 24, 2024 · 1 comment
Closed

[Feature Request] - package agnostic runner #479

tommyboylab opened this issue Jul 24, 2024 · 1 comment

Comments

@tommyboylab
Copy link

I've recently tried moving from serverless to SST ION and noticed that it requires yarn as the default package manager based on the OpenNext deployment.

Trying to run the application with another package manager throws errors such as missing the package manager, or

Error: Next.js requires react >= 18.2.0 to be installed.

I would like to be able to execute the deployment and dev environments using the package manager of my choice (in this case Bun)

Thank you.

@conico974
Copy link
Contributor

OpenNext does support the 4 package manager (i.e. npm, pnpm, yarn and bun).
The error you show has nothing to do with OpenNext, Error: Next.js requires react >= 18.2.0 to be installed is thrown by Next not OpenNext

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants