Skip to content

gulp sass fails #10

Description

@dkesler

I cloned the repo and did an npm install and bower install, but when i tried to run gulp i get the following error

$ gulp sass
/Users/david.kesler/ws/oss/ticker/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:22
    throw new Error('`libsass` bindings not found. Try reinstalling `node-sass`?');
    ^

Error: `libsass` bindings not found. Try reinstalling `node-sass`?
    at getBinding (/Users/david.kesler/ws/oss/ticker/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:22:11)
    at Object.<anonymous> (/Users/david.kesler/ws/oss/ticker/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:188:23)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/david.kesler/ws/oss/ticker/node_modules/gulp-sass/index.js:3:17)

Additionally, if i tried to run sudo npm start i get the following error, but im not sure if this is because i can't run gulp sass

$ sudo npm start

> ticker@0.0.2 start /Users/david.kesler/ws/oss/ticker
> node server.js

/Users/david.kesler/ws/oss/ticker/node_modules/socket.io/lib/store.js:35
Store.prototype.__proto__ = EventEmitter.prototype;
                                        ^

TypeError: Cannot read property 'prototype' of undefined
    at Object.<anonymous> (/Users/david.kesler/ws/oss/ticker/node_modules/socket.io/lib/store.js:35:41)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/david.kesler/ws/oss/ticker/node_modules/socket.io/lib/manager.js:14:13)
    at Module._compile (module.js:571:32)

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/7.10.0/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v7.10.0
npm ERR! npm  v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ticker@0.0.2 start: `node server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ticker@0.0.2 start script 'node server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ticker package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs ticker
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls ticker
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/david.kesler/.npm/_logs/2017-11-28T22_16_00_172Z-debug.log

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions