Nicholas

Results 6 comments of Nicholas

I still see this same issue with - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] ``` ,karma: { unit: { configFile: "test/karma.conf.js", background: true } ,ci:...

I'm not sure what @blnight's change did for everyone else, but I'm still seeing this issue. ``` npm list | grep karma ├─┬ [email protected] ├─┬ [email protected] ├── [email protected] ├─┬ [email protected]...

This bit me, too. I have to choose between disabling spawn (which means only one watch task runs, regardless of matched files) or allowing spawns without custom config properties, which...

I'm having the same issue with grunt-contrib-copy v1.0.0, which is the latest at the time of writing this. There doesn't seem to be an underlying OS permissions error, as I...

I'm seeing the same error trying to use URExtras with Requirejs.

``` (function (root, factory) { 'use strict'; if (typeof define === 'function' && define.amd) { // // angular global is defined here // define(['angular'], function (angular) { // // angular...