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
{{ message }}
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
Description
Scripts using pulse do not start without installed
tslibpackage. Instead they crash and show the error message "Error: Cannot find module 'tslib'".To reproduce the error, just do the following in an empty folder:
With an additional
npm install tslibthe script runs without error.Expected behavior
The script should run without error even without explicitely adding
tslibas dependency.Code example
No response
Additional context
Used versions: