boltly icon indicating copy to clipboard operation
boltly copied to clipboard

Gulp Error

Open jerimiahmilton opened this issue 7 years ago • 3 comments

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)```

jerimiahmilton avatar Jun 28 '17 18:06 jerimiahmilton

What does:

npm start

Give you?

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

TylerLeonhardt avatar Jun 29 '17 01:06 TylerLeonhardt

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 avatar Jun 30 '17 06:06 TylerLeonhardt

Also keep in mind the prereq section of the README

TylerLeonhardt avatar Jun 30 '17 07:06 TylerLeonhardt