Articles in this section

Error when using pnpm as package manager

During build step, if you encounter the following error during the build step with pnpm.

Error encountered

W: @kps/booking:build: ERROR: command finished with error: exec: "pnpm": executable 
file not found in $PATH
W: exec: "pnpm": executable file not found in $PATH

 

Include pnpm in your dependencies in upsun.app.yaml

dependencies:
    nodejs:
        pnpm: "*"
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.