-
Notifications
You must be signed in to change notification settings - Fork 168
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
@spartan-ng/cli:ui does not work (alpha.380) #532
Comments
The command also misses a reference to the |
Apparently the cli should not generate reference to any of the |
I also found that the ui packages are missing version |
@beyerleinf you should remove all the |
Hi, so we have consolidated all the brain libraries into a single library. This is a breaking change, however we do have a generator you can run to automatically update imports etc.. automatically. You can run the following to update your codebase:
If you run this and have further issues let us know and we can try and resolve it, thanks! |
is it because the package not found on npmjs? https://www.npmjs.com/package/@spartan-ng/brain/collapsible |
Please provide the environment you discovered this bug in.
Angular 19.0.0
Angular CDK 19.0.3
@spartan-ng/ui-core: 0.0.1-alpha.380
@spartan-ng/cli: 0.0.1-alpha.380
Which area/package is the issue in?
Don't know / other
Description
The
ng g @spartan-ng/cli:ui
command generates invalid package references:After manually replacing them with:
Apparently none of the brain packages have version 0.0.1-alpha.380. Manually replacing the version numbers to .374 can fix this problem.
Please provide the exception or error you saw
No response
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: