angularjs-gulp-example
angularjs-gulp-example copied to clipboard
followed the instructions in read me file but got error
followed the instructions in read me file but got error on running "gulp"
.../work/samples/angular1_seed/angularjs-gulp-example/node_modules/socket.io/lib/store.js:35 Store.prototype.proto = EventEmitter.prototype; ^
TypeError: Cannot read property 'prototype' of undefined
at Object.
I got error, too.
Mine is:
fs.js:808 return binding.readdir(pathModule._makeLong(path)); ^
Error: ENOENT: no such file or directory, scandir '/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:808:18)
at Object.getInstalledBinaries (/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/lib/extensions.js:121:13)
at foundBinariesList (/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/Users/jasonwang/angularjs-gulp-example/node_modules/node-sass/lib/binding.js:15:30)
at Object.
the same error too
Me too