Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MahmoodKamali opened this issue Jul 3, 2023 · 1 comment
Open

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

MahmoodKamali opened this issue Jul 3, 2023 · 1 comment

Comments

@MahmoodKamali
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants