apk-factory-service icon indicating copy to clipboard operation
apk-factory-service copied to clipboard

Unable to run grunt jshint

Open pdehaan opened this issue 10 years ago • 0 comments

Steps to reproduce

$ git clone [email protected]:mozilla/apk-factory-service.git .
Cloning into 'apk-factory-service'...
remote: Counting objects: 5989, done.
remote: Total 5989 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (5989/5989), 12.36 MiB | 2.90 MiB/s, done.
Resolving deltas: 100% (1797/1797), done.
Checking connectivity... done.

$ npm i
npm WARN package.json [email protected] No repository field.
npm WARN prefer global [email protected] should be installed with -g

> [email protected] install /Users/pdehaan/dev/tmp/apk-factory-service/node_modules/toobusy
> node-gyp rebuild

  CXX(target) Release/obj.target/toobusy/toobusy.o
  SOLINK_MODULE(target) Release/toobusy.node
  SOLINK_MODULE(target) Release/toobusy.node: Finished

$ grunt
Loading "jshint.js" tasks...ERROR
>> Error: Cannot find module 'jshint/src/cli/cli'
Warning: Task "jshint" not found. Use --force to continue.

Aborted due to warnings.

Actual results:

BOOM!

Expected results:

No boom.

pdehaan avatar Oct 09 '14 17:10 pdehaan