Describe the bug
During the installation process of the subscriptions-customer-portal project, running yarn to install dependencies fails. The error message indicates a '403 Forbidden' response when trying to fetch the prop-types-extra package from https://npm.boldapps.net/prop-types-extra/-/prop-types-extra-1.1.1.tgz.
To Reproduce
Steps to reproduce the behavior:
Fork and clone the subscriptions-customer-portal repository.
Navigate to the project directory.
Run yarn.
See error
Expected behavior
I expected the yarn command to successfully install the project's dependencies without errors.
Environment:
OS: MacOS 13.2.1 (Intel)
Node.js version: 16
Yarn version: v1.22.19
Version of subscriptions-customer-portal: Latest
Error log
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
[2/4] 🚚 Fetching packages...
error An unexpected error occurred: "https://npm.boldapps.net/prop-types-extra/-/prop-types-extra-1.1.1.tgz: Request failed \"403 Forbidden\"".
info If you think this is a bug, please open a bug report with the information provided in "/Users/daniel.bergeron/Downloads/theme_export__bold-daniel-myshopify-com-v1-and-v2-install-app-block__19JUN2023-0706pm/subscriptions-customer-portal/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Describe the bug During the installation process of the subscriptions-customer-portal project, running yarn to install dependencies fails. The error message indicates a '403 Forbidden' response when trying to fetch the prop-types-extra package from https://npm.boldapps.net/prop-types-extra/-/prop-types-extra-1.1.1.tgz.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected the yarn command to successfully install the project's dependencies without errors.
Environment: OS: MacOS 13.2.1 (Intel) Node.js version: 16 Yarn version: v1.22.19 Version of subscriptions-customer-portal: Latest
Error log