strarsis / sass-include-paths

Generates include paths for node-sass for packages from popular package managers like npm, bower, ruby gem, ruby bundler.
MIT License
12 stars 3 forks source link

Internal Error: File to read not found or unreadable #8

Open webmasterpf opened 3 years ago

webmasterpf commented 3 years ago

Hello,

I'm facing an issue to run this command:

$ sassc $(sassIncludePaths --sassc --node_modules)  [...]
Internal Error: File to read not found or unreadable: [...]

Where can I fix it ?

Thanks