Skip to content

Add minimum Node.js version warning to sv #199

@theetrain

Description

@theetrain

Describe the problem

I noticed someone running into cryptic errors when running npm create svelte@latest; it didn't recognize the await keyword due to Node.js 12 being used.

Describe the proposed solution

Have create-svelte check the installed Node.js version and fail on unsupported versions. Maybe this is as straightforward as adding an engines key to package.json.

Alternatives considered

No response

Importance

would make my life easier

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions