Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nguyen Dung Tri 106 posts 606 karma points
    Sep 09, 2016 @ 08:04
    Nguyen Dung Tri
    0

    Error on running gruntFile.js (Merchello.Web.UI.Client)

    Hello,

    While trying to run gruntFile.js to build a dev version of Merchello, it generate an error like this:

    enter image description here

    When it run to jshint:dev part of gruntFile, it stopped. I dont know why it cannot run futher.

    Note: Before that I have read the ReadMe.txt file and ran some command like this:

    npm install grunt
    npm install grunt-contrib-concat
    npm install grunt-contrib-jshint
    npm install grunt-contrib-clean
    npm install grunt-contrib-copy
    npm install grunt-contrib-uglify
    npm install grunt-contrib-sass
    npm install grunt-contrib-watch
    npm install grunt-karma
    npm install grunt-open
    npm install grunt-contrib-connect
    npm install grunt-ngdocs
    grunt build-dev
    
  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 09, 2016 @ 17:44
    Rusty Swayne
    100

    Use the command grunt build

  • Nguyen Dung Tri 106 posts 606 karma points
    Sep 11, 2016 @ 03:41
    Nguyen Dung Tri
    0

    We need to run "grunt build" from "Start Command Prompt with Ruby"

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 11, 2016 @ 15:07
    Rusty Swayne
    0

    The SASS task requires ruby to be installed on your local machine. Install ruby and make sure it is in the path.

Please Sign in or register to post replies

Write your reply to:

Draft