The current version of yarn still has a pre-existing issue with the pre-bundled version of node-gyp related to https://github.com/yarnpkg/yarn/issues/2266 A temporary fix relates to adding: ``` RUN yarn global add node-gyp ``` To our Dockerfile.
The current version of yarn still has a pre-existing issue with the pre-bundled version of node-gyp related to yarnpkg/yarn#2266
A temporary fix relates to adding:
To our Dockerfile.