You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 👍
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:
Probably
api-headless-cms
has to be changed toapi-graphql
.yarn workspace api-graphql add cryptr
worked for me.The text was updated successfully, but these errors were encountered: