Skip to content

Instantly share code, notes, and snippets.

@octern
Created May 21, 2014 01:41
Show Gist options
  • Save octern/7f5fbb7f53614fed1258 to your computer and use it in GitHub Desktop.
Save octern/7f5fbb7f53614fed1258 to your computer and use it in GitHub Desktop.
healslime:habit hibounce$ vagrant ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
vagrant@habitrpg:/vagrant$ npm start
> habitrpg@0.0.0-152 start /vagrant
> grunt run:dev
Running "stylus:build" (stylus) task
>> Error: public/css/index.styl:6
>> 2| //@import "nib/vendor"
>> 3|
>> 4| // Vendor Includes - include first so we can override
>> 5| // Import only styles that do not have urls to images! Include them directly in the page!
>> > 6| @import "../bower_components/bootstrap-tour/build/css/bootstrap-tour.min.css"
>> 7| @import "../bower_components/angular-loading-bar/build/loading-bar.css"
>> 8| @import "../bower_components/js-emoji/emoji.css"
>> 9| @import "../bower_components/select2/select2.css"
>>
>> failed to locate @import file ../bower_components/bootstrap-tour/build/css/bootstrap-tour.min.css
Warning: Stylus failed to compile. Use --force to continue.
Aborted due to warnings.
npm ERR! habitrpg@0.0.0-152 start: `grunt run:dev`
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the habitrpg@0.0.0-152 start script.
npm ERR! This is most likely a problem with the habitrpg package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! grunt run:dev
npm ERR! You can get their info via:
npm ERR! npm owner ls habitrpg
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.2.0-23-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! cwd /vagrant
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /vagrant/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment