Closed handinugroho closed 1 year ago
I used Sanity Studio V2 and after installing the plugins using sanity install markdown@studio-v2 command, I get the following error.
sanity install markdown@studio-v2
Error: Plugin "markdown@studio-v2" not found. Locations tried: * /Users/username/sanity-test/plugins/sanity-plugin-markdown@studio-v2 * /Users/username/sanity-test/plugins/markdown@studio-v2 * /Users/username/sanity-test/node_modules/sanity-plugin-markdown@studio-v2 * /Users/username/sanity-test/node_modules/sanity-plugin-markdown@studio-v2 * /Users/username/Personal/node_modules/sanity-plugin-markdown@studio-v2 * /Users/username/node_modules/sanity-plugin-markdown@studio-v2 * /Users/node_modules/sanity-plugin-markdown@studio-v2 * /node_modules/sanity-plugin-markdown@studio-v2 Try running "sanity install sanity-plugin-markdown@studio-v2"? at getPluginNotFoundError (~/sanity-test/node_modules/@sanity/resolver/lib/resolvePlugins.js:110:13) at ~/sanity-test/node_modules/@sanity/resolver/lib/resolvePlugins.js:104:13 at async Promise.all (index 5)
I used Sanity Studio V2 and after installing the plugins using
sanity install markdown@studio-v2
command, I get the following error.