alex-vladut

Results 14 comments of alex-vladut

When trying to install `pnpm` on the CircleCI CI/CD pipeline with the installation script: ``` curl -fsSL https://get.pnpm.io/install.sh | sh - ``` I get the following error: ```  ERR_PNPM_UNSUPPORTED_SHELL  Can't...

In case it helps anyone, what happened for us was that CircleCI most likely change the path to bash. We updated the command to pick it up automatically and set...

I came across this error as well and the solution @justinneff proposed seems to do the job for now. Are there any plans to properly fix this error? Or is...

Thanks a lot for your prompt answer, sounds great. We're actually JavaScript for our AWS Lambda functions.

Nice one, thanks for your help guys 👍

Hey @n0rb thank you so much for taking the time and reviewing this PR. This is expected, I wanted to only introduce a minimal set of changes in this PR...

Hey Amplify team, any chance someone could review my PR here please? Thanks cc @danielleadams @johnpc not sure what is the process inside the team for picking these up, just...

Sounds great @Booligoosh, thank you for reviewing this PR. My initial intention was indeed to address those issues in a different PR, but as this one is already a month...

Great news! I'll see if I can find some time over the next couple of weeks to look into it again and migrate the changes to the new repo 👍