I got this error message about cannot run with sudo even though i didn't sudo anything. See my pipeline.yml below.
bower ESUDO Cannot be run with sudo
bitbucket-pipelines.yml
image: node:6.9.4 pipelines: default: - step: caches: - node script: - npm install -g bower ember-cli@2.13 - npm install && bower install - npm run deploy
Did you find any solution?
Same problem here: any solution found?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure what was causing my error but I'm not using sudo for the pipeline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.