Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Cannot build following the instructions #174

Open
fpetry opened this issue Apr 1, 2024 · 0 comments
Open

[BUG]: Cannot build following the instructions #174

fpetry opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fpetry
Copy link

fpetry commented Apr 1, 2024

Describe the bug

Building does not succeed following the given steps in README.md

To Reproduce
Steps to reproduce the behavior:

  1. 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
  1. 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
@fpetry fpetry added the bug Something isn't working label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants