tinacms/gatsby-starter-tinacms

Gatsby plugin tinacms is borken?

Closed this issue · 6 comments

It says:

error An unexpected error occurred: "https://registry.yarnpkg.com/@tinacms/gatsby-tinacms-remark/-/gatsby-tinacms-remark-0.3.0.tgz: Request failed "404 Not Found"".

when I install this starter.

I've got almost the same issue, I get the error:

npm ERR! 404 Not Found: @tinacms/gatsby-tinacms-git@^0.2.1

I replaced those packages with the un-namespaced ones documented in the manual setup docs.
https://tinacms.org/docs/gatsby/manual-setup
and the next page
https://tinacms.org/docs/gatsby/markdown

    "@tinacms/gatsby-plugin-tinacms": "^0.1.4",
    "@tinacms/gatsby-tinacms-git": "^0.2.1",
    "@tinacms/gatsby-tinacms-remark": "^0.3.0",

to

    "gatsby-plugin-tinacms": "^0.1.7",
    "gatsby-tinacms-git": "^0.2.4",
    "gatsby-tinacms-remark": "^0.3.4",

Thanks. I'll try that as well!

I replaced those packages with the un-namespaced ones documented in the manual setup docs.
https://tinacms.org/docs/gatsby/manual-setup
and the next page
https://tinacms.org/docs/gatsby/markdown

    "@tinacms/gatsby-plugin-tinacms": "^0.1.4",
    "@tinacms/gatsby-tinacms-git": "^0.2.1",
    "@tinacms/gatsby-tinacms-remark": "^0.3.0",

to

    "gatsby-plugin-tinacms": "^0.1.7",
    "gatsby-tinacms-git": "^0.2.4",
    "gatsby-tinacms-remark": "^0.3.4",

It helps me.

This is fixed with the remove namespaced @tinacms PR.

🤦‍♂️knew I was missed the renaming somewhere. Thanks for the heads up everyone!