You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building does not succeed following the given steps in README.md
To Reproduce
Steps to reproduce the behavior:
Follow steps to build:
git clone https://github.com/naimo84/node-red-contrib-ical-events.git
cd node-red-contrib-ical-events
npm install
gulp
See error:
[16:51:19] Using gulpfile ~/git/github/node-red-contrib-ical-events/gulpfile.js
[16:51:19] Starting 'default'...
[16:51:19] Starting 'copy-resources'...
[16:51:21] 'copy-resources' errored after 1.68 s
[16:51:21] Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
at readWasm (/home/<REDACTED>/git/github/node-red-contrib-ical-events/node_modules/gulp-typescript/node_modules/source-map/lib/read-wasm.js:8:13)
at wasm (/home/<REDACTED>/git/github/node-red-contrib-ical-events/node_modules/gulp-typescript/node_modules/source-map/lib/wasm.js:25:16)
at /home/<REDACTED>/git/github/node-red-contrib-ical-events/node_modules/gulp-typescript/node_modules/source-map/lib/source-map-consumer.js:264:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[16:51:21] 'default' errored after 1.68 s
Expected behavior
Successful build.
Screenshots
See logs
**node-red-contrib-ical-events
git master and tag 2.2.5
nodejs version: v18.13.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Building does not succeed following the given steps in README.md
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful build.
Screenshots
See logs
**node-red-contrib-ical-events
The text was updated successfully, but these errors were encountered: