-
-
Notifications
You must be signed in to change notification settings - Fork 19
Cannot find module '@npmcli/run-script' when using v1.0.33 #111
Comments
@pioneer2k hey, sorry for late reply, holidays 😅 I'm on it right now |
🎉 This issue has been resolved in version 1.0.34 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@pioneer2k feel free to reopen if this release did not provide the fix |
@derberg the fix still does not work for me Run asyncapi/[email protected]
|
sorry for that, the issue is with |
@pioneer2k I think I got it 🤞🏼 can you test it without releasing? instead of |
@derberg of course Run derberg/github-action-for-generator@78cd4aa
|
@pioneer2k oh yes 🤦🏼 I forgot how npm handles dependencies, of course by default they were not under |
@derberg and the next module Run derberg/github-action-for-generator@8dbdbb1
|
@pioneer2k we should be good now use |
@derberg it seems to work now. Do you create a new release? |
once I merge, |
🎉 This issue has been resolved in version 1.0.35 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
When using the asyncapi/[email protected] (maybe 1.0.32 as well) I get the following error in GitHub Actions:
Error: Cannot find module '@npmcli/run-script'
Require stack:
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
at Function.Module._load (internal/modules/cjs/loader.js:690:27)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.27352 (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/external "@npmcli/run-script":1:1)
at nccwpck_require (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/webpack/bootstrap:21:1)
at Object.9699 (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/node_modules/pacote/lib/dir.js:13:1)
at nccwpck_require (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/webpack/bootstrap:21:1)
at Object.97545 (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/node_modules/pacote/lib/git.js:4:1)
at nccwpck_require (/home/runner/work/_actions/asyncapi/github-action-for-generator/v1.0.33/webpack:/github-action-for-generator/webpack/bootstrap:21:1)
With v1.0.31 everything is working. But we need the new version for fixing the issue 103.
How to Reproduce
use the github-action with v1.0.33 like this
Expected behavior
no error
The text was updated successfully, but these errors were encountered: