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
I've had issue with tsc not compiling my project due to name problem. Basically, it can contain only 1 slash / character. In my case there were 2 of them
Here is the warning shown to me by VSCode when 2 slashes used String does not match the pattern of "^(?:(?:@(?:[a-z0-9-*~][a-z0-9-*._~]*)?/[a-z0-9-._~])|[a-z0-9-~])[a-z0-9-._~]*$". The name of the package.
Would be great to add same validation to this package. Thanks
I've had issue with
tsc
not compiling my project due to name problem. Basically, it can contain only 1 slash/
character. In my case there were 2 of themHere is the warning shown to me by VSCode when 2 slashes used
String does not match the pattern of "^(?:(?:@(?:[a-z0-9-*~][a-z0-9-*._~]*)?/[a-z0-9-._~])|[a-z0-9-~])[a-z0-9-._~]*$". The name of the package.
Would be great to add same validation to this package. Thanks
Some refs to the problem: nrwl/nx#15464 (comment)
Or maybe just validating entire package.json with this schema? https://www.schemastore.org/schemas/json/package.json
The text was updated successfully, but these errors were encountered: