0

I installed CKeditor 5 in laravel 6 by this command:

npm install --save @ckeditor/ckeditor5-build-classic

how could I uninstall this package from laravel?

thanks

zahra_oveyedzade
  • 988
  • 10
  • 17

1 Answers1

0

The problem is solved by this command:

npm uninstall --save @ckeditor/ckeditor5-build-classi
zahra_oveyedzade
  • 988
  • 10
  • 17