[
https://issues.apache.org/jira/browse/CB-7816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174885#comment-14174885
]
Evgeny A. edited comment on CB-7816 at 10/17/14 9:27 AM:
---------------------------------------------------------
It seems this change:
{code}
- "grunt": "~0.4.1",
- "grunt-contrib-clean": "~0.4.1",
- "grunt-contrib-jshint": "~0.6.0"
+ "grunt": "0.4.1",
+ "grunt-contrib-clean": "0.4.1",
+ "grunt-contrib-jshint": "0.6.0"
{code}
from
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commitdiff;h=f5046c96658e77d5d1998023f7c213e36ec0a1b2;hp=1fc2526faa6197e1637ecb48ebe0f876f008ba0f
causes this behavior.
was (Author: evgenya):
It seems this change:
- "grunt": "~0.4.1",
- "grunt-contrib-clean": "~0.4.1",
- "grunt-contrib-jshint": "~0.6.0"
+ "grunt": "0.4.1",
+ "grunt-contrib-clean": "0.4.1",
+ "grunt-contrib-jshint": "0.6.0"
from
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commitdiff;h=f5046c96658e77d5d1998023f7c213e36ec0a1b2;hp=1fc2526faa6197e1637ecb48ebe0f876f008ba0f
causes this behavior.
> Cordova JS doesn't build with Grunt
> -----------------------------------
>
> Key: CB-7816
> URL: https://issues.apache.org/jira/browse/CB-7816
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaJS
> Affects Versions: Master
> Environment: Windows 8.1
> Reporter: Evgeny A.
>
> Repro steps:
> 1. clone cordova-js
> 2. cd cordova-js
> 3. run npm install
> 4. run grunt --platformVersion=3.7.0-dev
> Expected: Done, without errors.
> Actual:
> Loading "jshint.js" tasks...ERROR
> >> Error: Cannot find module 'jshint/src/cli/cli'
> Warning: Task "jshint" not found. Use --force to continue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]