-
Notifications
You must be signed in to change notification settings - Fork 174
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
Invalid package name "@spartan-ng/brain/collapsible" of package "@spartan-ng/brain/[email protected]": name can only contain URL-friendly characters #545
Comments
looks similar to #532 |
I have the same problem @bidonazzo when trying to set up a new angular project. |
is it because the package not found on npmjs? https://www.npmjs.com/package/@spartan-ng/brain/collapsible |
There is an issue with `@spartan-ng/brain/[email protected]` too.
I don't want to be a meanie, but there are too many bugs related to NPM publish. I understand we are doing this the “alpha” way, but can we just have a more stable way to publish and for everyone to install the library confidently? |
The temporary workaround is to downgrade the |
Sorry for the delayed response. I was away for the holidays but will spend some time on this, this weekend. We moved to secondary entry points. There's also an automatic migration you can run: #532 (comment) Hope this helps and happy new year! |
@bidonazzo this will be fixed by the changes that are part of this PR #524. You can also remove all spartan related dependencies from your package.json besides @spartan-ng/brain and @spartan-ng/ui-core after running the |
Please provide the environment you discovered this bug in.
Node version: v20.18.1
NPM version: 10.8.2
Angular version: 19.0.6
Which area/package is the issue in?
collapsible
Description
I created a new app with ng new, to simulate this error I don't understand. I followed all the steps of spartan/ui and also of the tailwind configuration.
When I get to the final part of adding the primitives, with the ng g @spartan-ng/cli:ui command, a list pops up where I choose the primitive to install.
Please provide the exception or error you saw
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: