Skip to content

Instantly share code, notes, and snippets.

@mwbrooks
Created October 1, 2012 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwbrooks/3815226 to your computer and use it in GitHub Desktop.
Save mwbrooks/3815226 to your computer and use it in GitHub Desktop.
$ npm test
> cordova@0.0.8 test /Users/mwbrooks/Dropbox/Development/lib/cordova-client
> node test_bootstrap.js && ./node_modules/jasmine-node/bin/jasmine-node --color spec
.shell.js: internal error
Error: ENOENT, no such file or directory '/Users/mwbrooks/Dropbox/Development/lib/cordova-client/temp/platforms/android/assets/www'
at Object.fs.mkdirSync (fs.js:483:18)
at /Users/mwbrooks/Dropbox/Development/lib/cordova-client/node_modules/shelljs/shell.js:297:14
at Array.forEach (native)
at Object._cp (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/node_modules/shelljs/shell.js:279:11)
at Object.cp (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/node_modules/shelljs/shell.js:1089:23)
at Object.module.exports.update_www (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/src/metadata/android_parser.js:30:15)
at Object.module.exports.update_project (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/src/metadata/android_parser.js:36:14)
at Object.platform (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/src/platform.js:55:29)
at spyOn.andReturn.code (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/spec/build.spec.js:43:17)
at jasmine.Block.execute (/Users/mwbrooks/Dropbox/Development/lib/cordova-client/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1001:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment