angularregistration icon indicating copy to clipboard operation
angularregistration copied to clipboard

grunt command not working to start live preview server

Open richwertz opened this issue 7 years ago • 0 comments

Hi Ray, > grunt didn't work in git bash to start the live preview server. I used > gulp and it worked with that. Additionally, for users having difficulties starting the dev browser, who might encounter an error message like 'bash: grunt: command not found' or 'bash: gulp: command not found,' they can try putting the following code at line 3 in package.json: "scripts": { "start": "gulp" }, and then run > npm start in git bash. Thanks, Rich Wertz

richwertz avatar Nov 06 '18 17:11 richwertz