-
Notifications
You must be signed in to change notification settings - Fork 96
Error Plugin: @dxatscale/sfpowerscripts: Cannot find module 'node:process' #874
Comments
Is this a custom docker image? I just ran a test again with the latest image, and everything looks fine https://github.com/azlam-abdulsalam/test/runs/5398834927?check_suite_focus=true |
@rrgripp Any luck in investigations? We are unable to reproduce this |
No luck so far. I opted to use |
The CLI needs node version >= 14.19 To update your node or use multiple versions you can use "n"
More info here: |
Fixed in alpha |
Hi Azlam,
|
Describe the bug
I'm having an issue with the
publish
command during my pipeline, using the latest docker version.sfdx sfpowerscripts:orchestrator:publish --npm --scope [SCOPE] --npmrcpath $CI_PROJECT_DIR/.npmrc --gittag --pushgittag
is returning:
To Reproduce
run
sfdx sfpowerscripts:orchestrator:publish --npm --scope [SCOPE] --npmrcpath $CI_PROJECT_DIR/.npmrc --gittag --pushgittag
Expected behavior
The built package should be uploaded to our NPM registry. Expected output is something like:
Platform Details (please complete the following information):
gitlab-runner 13.11.0
The text was updated successfully, but these errors were encountered: