Error when trying to migrate Gatsby App that uses "gatsby-plugin-netlify-cms" from "netlify-cms-app" to "decap-cms-app" #38546
Unanswered
praharsh23
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Cross-posting this from decaporg/decap-cms#6911 (comment) as this looks to be an issue with
gatsby-plugin-netlify-cms
.I'm receiving an error when trying to migrate from "netlify-cms-app" to "decap-cms-app".
Any suggestions to resolve this?
For context,
netlify-cms
is no longer actively maintained and it is recommended to migrate todecap-cms
.Also, is there any doc to help with migration of existing apps that use
netlify-cms
todecap-cms
?Steps taken:
import CMS from 'decap-cms-app'
instead of
import CMS from 'netlify-cms-app'
Here is the error message with
gatsby build
Beta Was this translation helpful? Give feedback.
All reactions