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
spawn called
{ '0': '/usr/local/bin/compass',
'1':
[ 'compile',
'/Users/philharmonie/Dropbox/server/localhost/charleston',
'/Users/philharmonie/Dropbox/server/localhost/charleston/assets/sass/app.sass',
'-c',
'./compass.rb',
'--no-line-comments',
'--relative-assets',
'--css-dir',
'assets/css',
'--sass-dir',
'assets/sass' ],
'2': { cwd: '/Users/philharmonie/Dropbox/server/localhost/charleston' } }
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn /usr/local/bin/compass ENOENT
at exports._errnoException (util.js:1020:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:197:32)
at onErrorNT (internal/child_process.js:376:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
Additionally I get zsh: /usr/local/bin/compass: bad interpreter: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin: no such file or directory
when I type "compass"
I'm on high sierra.
Please let me know, if you need more infos.
I'm getting this, when I launch "gulp"
Additionally I get
zsh: /usr/local/bin/compass: bad interpreter: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin: no such file or directory
when I type "compass"
I'm on high sierra.
Please let me know, if you need more infos.
My gulffile.js
The text was updated successfully, but these errors were encountered: