TylerLeonhardt / boltly

Boltly: The complete Socket.io test client!
https://boltly.azurewebsites.net
16 stars 5 forks source link

Gulp Error #11

Open jerimiahmilton opened 7 years ago

jerimiahmilton commented 7 years ago

After cloning the repo, I run npm install then gulp and I get the following error message.


[13:07:33] Using gulpfile ~/Development/boltly/gulpfile.js
[13:07:33] Starting 'js'...
[13:07:33] 'js' errored after 8.63 ms
[13:07:33] ReferenceError: ngAnnotate is not defined
    at Gulp.gulp.task (/Users/isapple/Development/boltly/gulpfile.js:80:9)
    at module.exports (/Users/isapple/Development/boltly/node_modules/orchestrator/lib/runTask.js:34:7)
    at Gulp.Orchestrator._runTask (/Users/isapple/Development/boltly/node_modules/orchestrator/index.js:273:3)
    at Gulp.Orchestrator._runStep (/Users/isapple/Development/boltly/node_modules/orchestrator/index.js:214:10)
    at Gulp.Orchestrator.start (/Users/isapple/Development/boltly/node_modules/orchestrator/index.js:134:8)
    at /usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:46:20
    at _combinedTickCallback (internal/process/next_tick.js:73:7)
    at process._tickCallback (internal/process/next_tick.js:104:9)```
TylerLeonhardt commented 7 years ago

What does:

npm start

Give you?

It's been a while since I've touched this repo

TylerLeonhardt commented 7 years ago

Can you try grabbing latest, I rolled back a few commits that might have been the culprit. Let me know if it works for you

TylerLeonhardt commented 7 years ago

Also keep in mind the prereq section of the README