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

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (83) #112

Open
6 of 12 tasks
ghost opened this issue Jun 13, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 13, 2020

  • System Information
    • Browser type and version
    • OS type and version
    • WINDOWS: be sure to indicate which terminal you're using -- (i.e., cmd.exe, powershell, git- bash, cygwin, Ubuntu via windows subsystem for linux, etc...)
      Git bash inside VS Code.
    • Node version
      14.3.0
    • Any error messages that may be in the console where you ran npm start
(...)
throw new Error(errors.unsupportedEnvironment());
      ^

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (83)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.9.3
    at module.exports (C:\Users\ (...)
  • Any error messages in the JS console

  • Describe the bug

  • To Reproduce
    Steps to reproduce the behavior:
  1. git clone git@github.com:mike-works/sass-fundamentals.git
  2. cd sass-fundamentals
  3. yarn install
  4. ./run -e nesting, for example.
  • Expected behavior
    The exercise should be running.

  • Screenshots (optional)
    If applicable, add screenshots to help explain your problem.

  • Additional context (optional)
    I redid initital package installation, this time with npm install, and there was no problem. I wonder why this is not the case with yarn install. Can you help me figure out why?

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

No branches or pull requests

0 participants