-
Notifications
You must be signed in to change notification settings - Fork 343
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
Standalone pkg #842
Standalone pkg #842
Conversation
@iterative/cml we are suffering an strange hiccup while testing doing npm i -g
cml --version
cml runner --version
cml publish --version
cml pr --version
shell: /usr/bin/bash -e {0}
added 1 package, and audited 3 packages in 2s
found 0 vulnerabilities
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'pseudoexec'
Require stack:
- /home/runner/work/cml/cml/bin/cml.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/home/runner/work/cml/cml/bin/cml.js:4:24)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/runner/work/cml/cml/bin/cml.js' ] |
f8236fa
to
541009c
Compare
I tried the same in 4e802d1 @casperdcl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitLab failing with stderr
|
🤔 shouldn't be, that tf template shouldn't have touched any of the additional code paths I added. Has there been any changes to the "default" vpc for this test AWS account? |
None at all |
/tests |
|
@dacbd both works |
Hoped it would be fixed by iterative/terraform-provider-iterative#336 <- iterative/terraform-provider-iterative#335 but still failing |
Terraform did not updated the registry at that time. Now works as expected |
mmagic dependency removed using a wasm version of libmagic.