-
osorehoutekiAir:mobifyjs felix$ npm install
> phantomjs@1.9.7-15 install /Users/felix/Documents/mobifyjs/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs
> nod…
-
I'm not sure if this is a gulp-qunit problem, a gulp problem, or I'm holding it wrong. :-)
My gulpfile is pretty standard:
```
var gulp = require('gulp');
var qunit = require('gulp-qunit');
g…
-
Rocket.Chat Version: 0.55, 0.56, 0.57
Running Instances: 0
DB Replicaset OpLog: no
Node Version: not sure
OS: Mac OS X
What we want: we have a version of Rocket.Chat with some added packages, …
-
I'm using a CI System and would be nice to see what tests are run. Maybe integration options with
[qunit-reporter-junit](https://github.com/JamesMGreene/qunit-reporter-junit)?
Similar: https://githu…
-
`npm install` fails which makes it hard to contribute.
Please update your dependencies accordingly.
```
x-editable $ npm install
npm http GET https://registry.npmjs.org/grunt-contrib-concat
npm http …
-
Hi, I am a maintainer of [impress.js](http://github.com/impress/impress.js) and I was looking for a way to run the [3D transform integration tests](https://github.com/impress/impress.js/tree/a1d6475bd…
-
node v6.11.3
npm v3.10.10
NAME="CentOS Linux"
VERSION="7 (Core)"
npm ERR! Linux 3.10.0-514.26.2.el7.x86_64
npm ERR! argv "/usr/bin/node" "/bin/npm" "install"
npm ERR! node v6.11.3
npm ER…
-
I am running into this issue in my environment:-
When running ember tests in the ci mode, the call never returns and hangs. I can confirm this by looking at the following log:-
When I run DEBUG=\* emb…
-
I am a first time user with this tool...
My package.json ( modified for licensing issues)
```
{
"name": "myproject",
"version": "1.1.0",
"description": "An Oracle JavaScript Extension …
-
An empty response can happen in the real world but makes Pretender fail.
```
this.get(`/api/conversations/${conversationId}/mark_read`, function(){
return [200, {'Content-Type': 'applicatio…