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
Error: cannot run 'chalk' is returned when ./run -e nesting command is run.
System Information
Windows 10 Home 19044.1586 running Git Bash
Node version 16.13.2
Any error messages in the console after npm start from sass-fundamentals folder
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Nick\AppData\Local\npm-cache\_logs\2022-04-01T20_36_48_496Z-debug-0.log
Any error messages in the JS console
No errors since the app doesn't run.
Describe the bug
The app doesn't run at all, I'm not sure how to install it properly as npm install doesn't seem to install the right packages
The text was updated successfully, but these errors were encountered:
App doesn't run after install
Error: cannot run 'chalk'
is returned when./run -e nesting
command is run.npm start
from sass-fundamentals folderAny error messages in the JS console
No errors since the app doesn't run.
Describe the bug
The app doesn't run at all, I'm not sure how to install it properly as
npm install
doesn't seem to install the right packagesThe text was updated successfully, but these errors were encountered: