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.