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

fix: npm install failure on node v16 #34

Merged
merged 3 commits into from
Sep 28, 2022

Commits on Sep 23, 2022

  1. fix: specify the supported node engine version

    Currently there are issues in npm install in node v16 as it is not supported by node-sass v4.
    So specifying the supported node engine version to be less than node v16.
    gitcommitshow authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5cfa5d2 View commit details
    Browse the repository at this point in the history
  2. fix: add strict check for node version

    As node v16+ fails to npm install, putting a strict node version check to make it easier for users to understand that they need node versions below v16.
    gitcommitshow authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5c033ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f1d30f View commit details
    Browse the repository at this point in the history