lodash Unexpected Token Error

Issue #5 new
Bradly Swart created an issue

Using this as the tutorial to get started with building HC connect stuffs.

Running, npm run web-dev results in the following output:

> sticky@0.1.0 web-dev /home/vagrant/project
> nodemon --harmony -e js,json,css,hbs web.js

[nodemon] 1.8.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node --harmony web.js`
/home/vagrant/project/node_modules/ac-koa/node_modules/lodash/dist/lodash.js:278
});
 ^
SyntaxError: Unexpected token )
    at exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:443:25)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/vagrant/project/node_modules/ac-koa/lib/index.js:1:71)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)

Comments (1)

  1. Log in to comment