EYBlockchain / nightfall_3

a mono-repo containing an optimistic version of nightfall
Creative Commons Zero v1.0 Universal
260 stars 57 forks source link

BUG - 'node-cron' package not found #1423

Closed Westlad closed 1 year ago

Westlad commented 1 year ago

Describe the bug A new user, starting with a clean installation will get the following error:

An unexpected error occurred:

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'node-cron' imported from /Users/leon/workspace/nightfall_3/cli/lib/jobScheduler.mjs

This is probably because the setup script does not install the dependencies in cli/package.json

Expected behavior There should be no error

To Reproduce Start with a completely clean install and run Nightfall using the instructions for running a local instance (in the readme).