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

adding node version requirement for build #5

Merged
merged 2 commits into from
Jun 15, 2022
Merged

adding node version requirement for build #5

merged 2 commits into from
Jun 15, 2022

Conversation

boriscallens
Copy link
Owner

Oryx is crashing because it had an old version of node baked in

npm ERR! notsup Unsupported engine for @sveltejs/[email protected]: wanted: {"node":">=16.7"} (current: {"node":"14.19.1","npm":"6.14.16"})

According to Azure/static-web-apps#694 this should fix it:
"engines": {
"node": ">=16"
}

@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-coast-0699f6a03-5.westeurope.azurestaticapps.net

@boriscallens boriscallens merged commit 6fafee7 into main Jun 15, 2022
@boriscallens boriscallens deleted the fix-build branch June 15, 2022 20:05
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

Successfully merging this pull request may close these issues.

1 participant