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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hello,
I'm attempting to work with a preprocessor for the first time. I believe I have successfully installed node, grunt, and bower. After navigating to my FoundationPress theme folder and running the grunt watch command the terminal says the following:
Loading "sass.js" tasks...ERROR
Error: Cannot find module 'node-sass'
Running "watch" task
Waiting...
Any advice on how I can avoid receiving the error would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I tried running each command separately. After installing a program called Xcode $ npm install appeared to run successfully. When I ran $ bower install I received the following error:
Loading "sass.js" tasks...ERROR
Error: Cannot find module 'node-sass'
Warning: Task "sass" not found. Use --force to continue.
Hello,
I'm attempting to work with a preprocessor for the first time. I believe I have successfully installed node, grunt, and bower. After navigating to my FoundationPress theme folder and running the grunt watch command the terminal says the following:
Loading "sass.js" tasks...ERROR
Running "watch" task
Waiting...
Any advice on how I can avoid receiving the error would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: