nshenderov / strapi-plugin-ckeditor

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)
https://www.npmjs.com/package/@_sh/strapi-plugin-ckeditor
MIT License
95 stars 58 forks source link

Scope starts with '.' or '_': _sh #111

Closed MahmoodKamali closed 2 months ago

MahmoodKamali commented 1 year ago

There is an issue with the package naming as it started with _ which is against npm standard naming. When npm or yarn tries to download the package, it returns error 400 as follows:

npm ERR! code E400
npm ERR! 400 Bad Request - GET https://www.npmjs.com/package/npm-proxy/@_sh%2fstrapi-plugin-ckeditor - Scope starts with '.' or '_': _sh
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gitlab-runner/.npm/_logs/2023-07-03T06_37_34_142Z-debug-0.log
ERROR: Job failed: exit status 1

I had to manually download the package and rename the file as well as the package.json values.

hrahimi270 commented 10 months ago

@MahmoodKamali I had the same issue when I was using a custom npm proxy.