jankuca / ng-scroller

http://ngscroller.herokuapp.com
187 stars 27 forks source link

Error while building #10

Closed gabriel4649 closed 9 years ago

gabriel4649 commented 10 years ago

I got a fresh copy from master and ran npm install. I got the following error:

Running task deps
ok
path.js:360
        throw new TypeError('Arguments to path.join must be strings');
              ^
TypeError: Arguments to path.join must be strings
    at path.js:360:15
    at Array.filter (native)
    at Object.exports.join (path.js:358:36)
    at /home/climatewarrior/coding/ng-scroller/node_modules/closure-runner/main.js:38:20
    at /home/climatewarrior/coding/ng-scroller/node_modules/closure-runner/lib/runner.js:231:16
    at /home/climatewarrior/coding/ng-scroller/node_modules/closure-runner/tasks/deps.js:60:9
    at fn (/home/climatewarrior/coding/ng-scroller/node_modules/closure-runner/node_modules/async/lib/async.js:579:34)
    at Object._onImmediate (/home/climatewarrior/coding/ng-scroller/node_modules/closure-runner/node_modules/async/lib/async.js:495:34)
    at processImmediate [as _immediateCallback] (timers.js:330:15)
npm ERR! weird error 8
npm ERR! not ok code 0

Any help would be appreciated. Thanks!