## Troubleshooting

### A catalog, product or project page doesnt't load

You are trying to access a module page, so you would need to run the frontend-[module] project instead.
Workstation is the glue that holds all the modules together, along with the header and footer which are shared by all modules

### Failed to locate "package.json" in the current working directory: [...]

Make sure you execute the CLI from your root project folder. Also ensure that you start with `yarn` before `frontend`. Common tasks like `yarn frontend start` are usually defined in your package.json and should be used instead;
`yarn start`.

### Getting a Request failed \"401 Unauthorized\"" error during yarn install

Make sure you have access to both Orchard package registries, packagecloud.io and Github
If not, run the curl command found here: [https://github.com/theorchard/frontend-cli/blob/master/docs/usage.md](https://github.com/theorchard/frontend-cli/blob/master/docs/usage.md)\*\*
