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.
I just installed a clean version of FoundationPress and the components folder seems to be missing. When I run "npm run watch", there's some error due to the missing file for Normalize and function. Can you help me with that? Is there something I don't understand?
Otherwise if I do the "npm run build" command, I got this error message : This is most likely a problem with the foundationpress package, npm ERR! not with npm itself. Maybe this could help to find the problem.
The text was updated successfully, but these errors were encountered:
Experiencing same issue as 4rouesel. Node v4.2.1 npm v2.14.7
When make changes to a file while running "npm run watch", I get the error:
file to import not found or unreadable: ../components/foundation/scss/normalize
Line 4 Column 9 assets/scss/foundation.scss
When I try to run "npm run build" I get the same error 4rouesel lists above. Additionally:
npm ERR! Tell the author that this fails on your system:
npm ERR! grunt build
I just installed a clean version of FoundationPress and the components folder seems to be missing. When I run "npm run watch", there's some error due to the missing file for Normalize and function. Can you help me with that? Is there something I don't understand?
Otherwise if I do the "npm run build" command, I got this error message : This is most likely a problem with the foundationpress package, npm ERR! not with npm itself. Maybe this could help to find the problem.
The text was updated successfully, but these errors were encountered: