This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
gulp unit failure on mac only #675
Comments
Are you sure there weren't errors on npm install? This looks a lot like #624. Please try |
Complete log for npm install on mac below . Please review
|
Looks potentially ok. How does |
Nope it fails with same error reported . |
Ok, I will log in and see if I can see something. Thanks. |
Sure |
It seems like we might need to update our phantomjs dependency. Double-checking, but so far that looks like the answer. |
laurelnaiad
added a commit
that referenced
this issue
Apr 24, 2015
As reported in #675, manual install of phantomjs may be necessary in caseswhere it is not installed properly by the repository-wide npm install process. Add instructions to README for cases where this happens.
laurelnaiad
added a commit
to laurelnaiad/marklogic-samplestack
that referenced
this issue
Jun 26, 2015
Update dependencies to latest versions (except marklogic client, to be addressed separately). Fix scss bug revealed by newer SASS compiler, include updated static built files for CSS and browserified module. By updating phantomjs, seems to address the Mac problem of requiring reinstall of PhantomJS (675) TODO: fix e2e testing. Closes marklogic-community#675
laurelnaiad
added a commit
to laurelnaiad/marklogic-samplestack
that referenced
this issue
Jun 26, 2015
Update dependencies to latest versions (except marklogic client, to be addressed separately). Fix scss bug revealed by newer SASS compiler, include updated static built files for CSS and browserified module. By updating phantomjs, seems to address the Mac problem of requiring reinstall of PhantomJS (675) TODO: fix e2e testing. Closes marklogic-community#675
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ofclan16-18-253:marklogic-samplestack demouser$ gulp unit
[18:14:35] Starting 'clean'...
[18:14:35] Finished 'clean' after 112 ms
[18:14:35] Starting 'bower-files'...
[18:14:36] Finished 'bower-files' after 810 ms
[18:14:36] Starting 'build'...
[18:14:37] processing files
[18:14:40] saw 221 files
[18:14:41] Finished 'build' after 5.39 s
[18:14:41] Starting 'unit'...
Unit Tests:
/Users/demouser/marklogic-samplestack/node_modules/phantomjs/lib/location.js:1
(function (exports, require, module, __filename, __dirname) {
^
TypeError: Bad argument
at ChildProcess.spawn (child_process.js:936:24)
at exports.spawn (child_process.js:736:9)
at Object. (/Users/demouser/marklogic-samplestack/node_modules/phantomjs/bin/phantomjs:22:10)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
[18:14:43] shutting down 3002
[18:14:43] 'unit' errored after 2.16 s
[18:14:43] Error in plugin 'gulp-mocha-phantomjs'
test failed
The text was updated successfully, but these errors were encountered: