You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\ (...)
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?
The text was updated successfully, but these errors were encountered:
Git bash inside VS Code.
14.3.0
Any error messages in the JS console
Describe the bug
Steps to reproduce the behavior:
git clone git@github.com:mike-works/sass-fundamentals.git
cd sass-fundamentals
yarn install
./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 withyarn install
. Can you help me figure out why?The text was updated successfully, but these errors were encountered: