redwoodjs / redwood

The App Framework for Startups
https://redwoodjs.com
MIT License
17.27k stars 991 forks source link

create-redwood-app includes private Verdaccio registry causing installation failure #11706

Open mrkimani-ndegwa opened 9 hours ago

mrkimani-ndegwa commented 9 hours ago

What's not working?

When creating a new Redwood project with npx create-redwood-app, the generated package.json includes a private Verdaccio registry that causes installation to fail for new users.

Current Behavior

The generated package.json includes a private registry reference:

json
"resolutions": {
    "@storybook/react-dom-shim@npm:7.6.17": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz"
}

This causes yarn install to fail with:

error Couldn't find package "//verdaccio.tobbe.dev/" on the "npm" registry.

How do we reproduce the bug?

What's your environment? (If it applies)

No response

Are you interested in working on this?

carsonwlee commented 2 hours ago

I'm having this issue also