bold-commerce / subscriptions-customer-portal

Subscriptions Customer Portal
MIT License
0 stars 3 forks source link

Yarn install fails with '403 Forbidden' error when fetching 'prop-types-extra' package #15

Open danbergeron opened 1 year ago

danbergeron commented 1 year ago

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:

  1. Fork and clone the subscriptions-customer-portal repository.
  2. Navigate to the project directory.
  3. Run yarn.
  4. 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.