Larry Eitel

Results 22 comments of Larry Eitel

Thank you. Would you mind posting here when it is ready?

FYI, I just installed vanilla install on Windows per this guide: [Unit Testing Vue.js Components with the Official Vue Testing Tools and Jest](https://alexjoverm.github.io/2017/08/21/Write-the-first-Vue-js-Component-Unit-Test-in-Jest/). ``` > [email protected] test C:\_dk\_xchg\home\src\test > jest...

Trying to run 'sanity test' using mocha per reference in package.js: ``` NODE_ENV=mocha mocha --reporter spec -t 5000 -s 500 ``` It returns: ``` calipso.logging.configureLogging(loggingConfig); ^ TypeError: Object # has...

got same response :S I'm on ubuntu server (latest)

Thanks for reply. I reinstalled from repo with no complaints. App launches fine too. However, I get same error with trying to run tests using: npm test. Enjoy your vacation....

FYI, test is complaining about missing should. Adding it however, doesn't resolve this issue.

Here is a link to pastebin of test run on cloned repo of tower: http://pastebin.com/pwXvAsRQ My related problem was in fact cause I was running a test on a new...

git clone https://github.com/cliftonc/calipso.git cd calipso/ sudo npm install -d npm test returns: ``` > [email protected] test /home/larry/_of/_prjs/calipso > NODE_ENV=mocha mocha --reporter spec -t 5000 -s 500 /home/larry/_of/_prjs/calipso/test/helpers/calipsoHelper.js:98 calipso.logging.configureLogging(loggingConfig); ^ TypeError:...

Distributor ID: Ubuntu Description: Ubuntu 12.04 LTS Release: 12.04 npm: 1.1.48 node: 0.8.6

I am getting the same error and now unable to build on vercel. Whereas, I WAS able to do so about a week ago. Perhaps an 'upgraded' package is the...