Closed as not planned
Description
Bug description
After the first init
run of my workspace, every time I start the workspace, I have to re-enable corepack. I can't find in the documentation how to persist corepack from session to session.
Steps to reproduce
- Create a Redwood.js Gitpod workspace
- Notice how the project starts nicely.
- Close the session
- Turn off the Gitpod workspace
- Turn the Gitpod workspace back on (open it).
- Notice how you can't run
yarn rw dev
without first enabling corepack.
Workspace affected
redwoodjs-starter-1973l3npt3n
Expected behavior
I wish it would retain corepack's enabled state between sessions, just like my computer does.
Example repository
No response
Anything else?
No response