strapi-plugin-ckeditor icon indicating copy to clipboard operation
strapi-plugin-ckeditor copied to clipboard

Not able to install the Plugin locally

Open PaulBratslavsky opened this issue 3 years ago • 5 comments

I wanted to use the CKEditor custom field. But after running...

  yarn add @ckeditor/strapi-plugin-ckeditor
  yarn build

I could not log into my Strapi Admin panel due to a blank screen.

Then I tried to install it locally, following the steps in your README file to see if I could spot and error or something I was missing.

  git clone [email protected]:ckeditor/strapi-plugin-ckeditor.git src/plugins/strapi-plugin-ckeditor

After running the following command, I get the message below.

  Cloning into 'src/plugins/strapi-plugin-ckeditor'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights  

Am I missing something on my end?

And was wondering if the custom field supports my current version of Strapi.

Strapi Version:  4.5.3
Node Version:   16.8.0

Thank you for your help in advance.  

Note: when reverting to Strapi version 4.4.0, everything works.  Not sure if there was a breaking change that was introduced with the new Strapi version. 

PaulBratslavsky avatar Dec 13 '22 16:12 PaulBratslavsky

This is a known issue with the latest version of Strapi 4.5.3. Try downgrading to 4.5.2 and it should work just fine. Currently waiting on ckeditor to approve a PR that should fix this.

eruiz-impact avatar Dec 13 '22 20:12 eruiz-impact

Am I missing something on my end?

Are you sure your git is signed into GitHub? It's a simple git clone command.

BTW, I merged the PRs and released a new version already so all other issues should be resolved too.

Reinmar avatar Dec 20 '22 21:12 Reinmar

Hi @PaulBratslavsky! Do you still experience the issue with the latest plugin version?

Mgsy avatar Jan 24 '23 08:01 Mgsy

I am facing same issue with strapi 4.5.6

Cloning into 'src/plugins/strapi-plugin-ckeditor'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights

shivaji avatar Jan 31 '23 06:01 shivaji

Could you please make sure that your Git is set up properly and that your SSH key is attached to your Git account? You can find some troubleshooting information about the error in the GitHub documentation - https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey.

Mgsy avatar Feb 01 '23 09:02 Mgsy