These errors appear because the Node.js script is looking for dependency modules for the holiday-import script. The necessary modules are the Axios and node-ical modules.
These can easily be installed for to be run with the SIGNL4 holiday-import.js script by the following commands inside of an Administrator command prompt window:
Note: these need to be installed inside the same folder that the holiday-import.js script is housed.
npm install axios
and
npm install node-ical
These commands will install the correct modules into the folder that houses the script and will allow the script to call these modules and execute them when necessary.
Comments
1 comment
Ramnathpremi
Please sign in to leave a comment.