-
On yarn 3 I have an issue where node-pre-gyp has an error. I'm trying to work out if there's a bug or not before reporting it.
I don't know how to find what permission denied means in this context. I'm able to successfully install bcrypt using yarn v1. Additionally, I can do
Any hints? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I traced the error to berry/packages/yarnpkg-shell/sources/pipe.ts Lines 92 to 93 in b1b5512 PATH being used to discover yarn v3 executes from /tmp which was mounted as noexec on this system.
|
Beta Was this translation helpful? Give feedback.
I traced the error to
berry/packages/yarnpkg-shell/sources/pipe.ts
Lines 92 to 93 in b1b5512
PATH
being used to discover yarn v3 executes from/tmp
which was mounted as noexec on this system.