Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Regarding GruntFile.js in project(Building Oracle JET project In Lesson3 of MOOC part 8)

Amit K Misra-OracleSep 12 2016 — edited Sep 12 2016

Hi,

I am trying to build my project using

Grunt Build

after running this command i got to know that i neeed package.json and Gruntfile.js

I ran below commands.

1. npm install grunt

2. npm install grunt --save-dev

3. npm init

Using this package.json is created inside my project

after that when i tried to run

4. grunt build

I am getting below error.

"

A valid Gruntfile could not be found. Please see the getting started guide for

more information on how to configure grunt: http://gruntjs.com/getting-started

Fatal error: Unable to find Gruntfile."

pastedImage_1.png

Comments
Post Details
Added on Sep 12 2016
3 comments
413 views