Hello all,
Is it necessary to install the tooling packages i.e. grunt, bower for each individual Oracle JET application(that is you have to install these tooling packages within each new Oracle JET application directory structure)?
It seems as though if you dont perform the tooling packages installation within each Oracle JET application, you cannot successfully run grunt build and serve commands either from within NetBeans IDE or from the command line.
I've installed grunt globally but every time I try to run grunt build for Oracle Jet application, I get the following:
grunt-cli: The grunt command line interface (v1.2.0)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:
Thus why Im asking the question of grunt local install.