This page is out of date - check out the TinaCMS GitHub for the latest contribution information
This section contains solutions to various problems you may run into when developing for the TinaCMS.
The links between the local packages may have been broken. If this is the problem, then
running npm run bootstrap
should fix the issue.
sh: cms-scripts: command not found
Linking prevents running npm install
from directly inside a package from working. There are two ways to get around this issue.
lerna add react --scope @tinacms/react-tinacms
package.json
and then run npm run bootstrap
from the root of the repository.npm run bs
it deletes the contents of a package?lerna clean
and then running npm run bs
again.© TinaCMS 2019–2024