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!

Warning: ENOENT: no such file or directory, open 'node_modules/oraclejet/package.json' Use --force t

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.

Comments
Post Details
Added on Jul 2 2017
0 comments
757 views