Skip to content

Instantly share code, notes, and snippets.

@davdenic
Last active May 14, 2019 06:24
Show Gist options
  • Save davdenic/ed678099c192686bd2bbe3eef227187a to your computer and use it in GitHub Desktop.
Save davdenic/ed678099c192686bd2bbe3eef227187a to your computer and use it in GitHub Desktop.
retrieve ckeditor4 basic via npm

Install ckeditor 4 version basic via npm

Run in terminal

npm i ckeditor/ckeditor-releases#full/latest --save

or just add to your package.json

  "dependencies": {
    ...
    "ckeditor": "github:ckeditor/ckeditor-releases#basic/latest",
    ...
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment