yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.4k stars 2.73k forks source link

Yarn install failing due React-native-mask returning 404 #9037

Open sanketpardeshifmc opened 7 months ago

sanketpardeshifmc commented 7 months ago

[section]Finishing: Select Node.js Version v2

[section]Starting: yarn/npm install

============================================================================== Task : Command Line Description : Run a command line with arguments Version : 1.1.3 Author : Microsoft Corporation Help : More Information

[command]/bin/sh -c if [ -f yarn.lock ]; then { yarn install --network-timeout=600000 && yarn list --depth=0; } else npm install; fi (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:7371) Warning: Use Cipheriv for counter mode of aes-256-ctr yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "https://registry.yarnpkg.com/react-native-mask/-/react-native-mask-0.5.0.tgz: Request failed \"404 Not Found\"". info If you think this is a bug, please open a bug report with the information provided in "/Users/runner/work/1/s/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

[error]/bin/sh failed with return code: 1

[error]/bin/sh failed with error: /bin/sh failed with return code: 1

[section]Finishing: yarn/npm install