We are using docker node image node:16.14-alpine3.14. The description says it contains yarn installed. But when we run the pipelines we get the following error
Hi, @Jorge Pausa, welcome to the community!
I tested this on my side and, when using the image you shared with us (node:16.14-alpine3.14), I was able to run the yarn install without errors. Could you please confirm if this is the image you have run in your pipelines?
In case you are using this image, you can also run the following commands to install it:
- apk update
- apk add yarn
- yarn install
Please let me know how it goes and feel free to share any additional information regarding this case.
Kind regards,
Caroline
Hello Caroline! Thank you for your answer. I realized that I was using another image for these steps. I replace it for the right one and it worked. Sorry for the confusion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Jorge! Thanks for the information, I'm glad to know everything is working now.
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.