visual-studioknockout.jsoracle-jet

Your JET project does not have oraclejet-tooling installed


I recently installed Oracle jet and I haven't made any changes to it. I created my first project today and it's showing error when I try to build it or serve it. I am trying to run it on Visual Studio (I don't this matters tho)

This is the error I am getting

PM> ojet serve ojet : [31mError: Your JET project does not have oraclejet-tooling installed.[0m  
At line:1 char:
+ ojet serve
+ ~~~~~~~~~~
        + CategoryInfo          : NotSpecified: ([31mError: You... installed.[0m:String) [], RemoteException
        + FullyQualifiedErrorId : NativeCommandError

UPDATE: Apparently when I create a new template it is creating an error from there itself the app structure is generated but during invoking mom install it is unable to parse through some certain JSON

Following is the Error:

ojet create ojetnavbar --template=navbar
Processing template: navbar
Your app structure is generated. Continuing with library install.
Performing npm install may take a bit.
Invoking npm install.
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm ERR! Unexpected end of JSON input while parsing near '...oIzTWjIvO8rspcLCK+1pI'

npm ERR! A complete log of this run can be found in:
npm ERR!     *location of log*
Error: (during Invoking npm install.) 1

Solution

  • I have sorted out on the issue it was because the JSON npm was trying to parse were mostly cached and due to that a parsing error was occurring

    I used npm-cache clean on my PC and all of it ran after that perfectly fine.