Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

fix(svelte-kit): SvelteKit requires Node 14 #553

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following frameworks are detected:

- Static site generators: Gatsby, Hugo, Jekyll, Next.js, Nuxt, Hexo, Gridsome, Docusaurus, Eleventy, Middleman,
Phenomic, React-static, Stencil, Vuepress, Assemble, DocPad, Harp, Metalsmith, Roots, Wintersmith
- Front-end frameworks: create-react-app, Vue, Sapper, Angular, Ember, Svelte, Expo, Quasar
- Front-end frameworks: create-react-app, Vue, SvelteKit, Sapper, Angular, Ember, Svelte, Expo, Quasar
- Build tools: Parcel, Brunch, Grunt, Gulp

If you're looking for a way to run `framework-info` via CLI check the
Expand Down
5 changes: 4 additions & 1 deletion src/frameworks/svelte-kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"directory": "build"
},
"staticAssetsDirectory": "static",
"env": {},
"env": {
"AWS_LAMBDA_JS_RUNTIME": "nodejs14.x",
"NODE_VERSION": "14"
},
"plugins": []
}