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!

MOOC: Week1/Part7: ENOENT: no such file or directory, stat '<project>\themes\alta\web'

cxlewis-OracleOct 5 2016 — edited Oct 5 2016

Hi.  I'm following through the mooc videos, and have just done part 7.  The homework was to use yeoman to configure a new Jet project, which is what I did, using the following command:

yo oraclejet YoJet1 --template=navdrawer

When I try to build the project using grunt, I get an error related to the alta skin

(This output is from grunt -v build)

...

Running "build" task

Running "oraclejet-build:undefined" (oraclejet-build) task

Oracle JET Grunt plugin

Processing Grunt command...

[Warning] Missing platform. Default to web.

Theme Name:Platform - alta:web

Theme Version - 2.1.0

cleaning staging path.....

copy files to staging directory.....

copy finished...

compiling sass....

sass compile skipped...

running theme injection task.....

indexHtml theme path injection finished..

running theme copy task.....

>> Error: ENOENT: no such file or directory, stat 'D:\JET\mooc\YoJet1\themes\alta\web'

If I run the project from NetBeans then I do get a page to appear.  Is there something I need to move or install to make grunt work from the command line?

Thanks.

Comments
Post Details
Added on Oct 5 2016
2 comments
357 views