docs.webiny.com
docs.webiny.com copied to clipboard
Workspace 'api-headless-cms' not found
On Create a Custom Field Type - Storage Transformations page there is a command:
yarn workspace api-headless-cms add cryptr
When I try to enter this command I got the following error:
Usage Error: Workspace 'api-headless-cms' not found. Did you mean any of the following:
- admin
- api-graphql
- check-webiny
- theme
- website?
$ yarn workspace <workspaceName> <commandName> ...
Probably api-headless-cms has to be changed to api-graphql.
yarn workspace api-graphql add cryptr worked for me.
Hey @AlekseyMalakhov! Thanks for letting us know. At the time of writing, there was such a workspace, but it was merged with api-graphql since then. So your solution is the correct one 👍
A PR would be greatly appreciated!