-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi Richard,
I tried a fresh install of cleverstack yesterday to check out the new releases of the node-seed and angular seed, but it seems that 'clever init' falls over the moment that the grunt tasks for clever orm are executed. See the error message below:
Possibly unhandled TypeError: Cannot read property 'promise' of undefined
at PromiseResolver$reject (/usr/lib/node_modules/cleverstack-cli/node_modules/bluebird/js/main/promise_resolver.js:117:23)
From previous event:
at Function.Promise$Defer (/usr/lib/node_modules/cleverstack-cli/node_modules/bluebird/js/main/promise.js:296:13)
at download (/usr/lib/node_modules/cleverstack-cli/lib/packages.js:76:28)
at Object.exports.get (/usr/lib/node_modules/cleverstack-cli/lib/packages.js:63:12)
at backendProjectDirReady (/usr/lib/node_modules/cleverstack-cli/bin/clever-init:354:14)
at /usr/lib/node_modules/cleverstack-cli/node_modules/mkdirp/index.js:29:20
at Object.oncomplete (fs.js:107:15)
Hope this is an easy fix.