Hi all,
Some developers have been getting the following error when building a JET app they have just scaffolded using the JET tooling..
Warning: ENOENT: no such file or directory, open 'node_modules/oraclejet/package.json' Use --force to continue
This error stems from a known issue with npm v5 that is being worked on currently by the npm development team and they are planning a new release this week.
If you are hitting this error, I suggest you downgrade npm to v4.5.0 as follows:
[sudo] npm -g install npm@4.5.0
I'll send a follow-up post when we have verified the latest npm release.
Regards, Graeme.