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
I published initial support for npm modules in V3. They must be installed as dependencies as remote modules are out of scope of run-func.
If i.e. parse-github-url is in dependencies then a script run-func parse-github-url default https://github.com/magic-akari/page-lifecycle should work
btw parse-github-url works directly in npx as it should npx parse-github-url https://github.com/magic-akari/page-lifecycle
It would be great if this library worked with not just local modules but also
npx
.Steps to Reproduce
npx run-func parse-github-url default https://github.com/magic-akari/page-lifecycle
Current Behavior
Expected Behavior
The text was updated successfully, but these errors were encountered: