You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the npm package name mShots.NodeJS is not valid cause it doesn't follow the official name rules. The regex used is ^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$. So simply make the string lowercase is enough.
The text was updated successfully, but these errors were encountered:
It seems that the npm package name
mShots.NodeJS
is not valid cause it doesn't follow the official name rules. The regex used is^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$
. So simply make the string lowercase is enough.The text was updated successfully, but these errors were encountered: