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

[Bug] "Sharp required to be installed in standalone mode" error when running nextjs container #429

Closed
linhnnk opened this issue Jan 29, 2024 · 1 comment
Labels
bug Something isn't working high-priority Need immediate attention

Comments

@linhnnk
Copy link
Contributor

linhnnk commented Jan 29, 2024

Pr #407 seems to cause "Sharp required to be installed in standalone mode" error and the website does not load during the build process. Seems like the error is from the web/app/src/assets folder as new images were uploaded.

Need to fix for redesigning the website UI.

@linhnnk linhnnk added the bug Something isn't working label Jan 29, 2024
@tthvo
Copy link
Contributor

tthvo commented Jan 29, 2024

Maybe u can try running npm i sharp to overwrite package-lock.json if that helps. If so, then sharp might be available as deps but not actually "locked" in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority Need immediate attention
Projects
None yet
Development

No branches or pull requests

2 participants