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 was archived by the owner on Dec 29, 2022. It is now read-only.
OS: Mac OSX Yosemite
Dart Version: Dart VM version: 1.19.1 (Wed Sep 7 08:59:17 2016) on "macos_x64"
Pub Version: Pub 1.19.1
I'm trying to serve a project which contains SASS (scss) files within the lib folder.
This results in the following error message:
[SassC on XYZ|XYZ|lib/components/app.scss]:
Failed to run [/usr/local/bin/sassc, -t, expanded, -m, ../../../../../../Users/Eric/XYZ/lib/components/app.scss, app.scss.css, --load-path, /Users/Eric/XYZ] in /var/folders/pv/1mm2ydkj0414nv110gnr1vvw0000gq/T/pNjrSc:
Internal Error: File to read not found or unreadable: ../../../../../../Users/Eric/XYZ/lib/components/app.scss
Pub serve:
pub serve --force-poll
It seems that the Mac OSX Symlinks cause the issue, because /var/folders/pv/... actually points to /private/var/folders/pv/... .
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OS: Mac OSX Yosemite
Dart Version: Dart VM version: 1.19.1 (Wed Sep 7 08:59:17 2016) on "macos_x64"
Pub Version: Pub 1.19.1
I'm trying to serve a project which contains SASS (scss) files within the lib folder.
This results in the following error message:
Pub serve:
It seems that the Mac OSX Symlinks cause the issue, because /var/folders/pv/... actually points to /private/var/folders/pv/... .
The text was updated successfully, but these errors were encountered: