Skip to content

Angular 12 not supported #915

New issue

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

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

Already on GitHub? # to your account

Open
tarangrathod opened this issue Jul 5, 2021 · 7 comments · May be fixed by #942
Open

Angular 12 not supported #915

tarangrathod opened this issue Jul 5, 2021 · 7 comments · May be fixed by #942

Comments

@tarangrathod
Copy link

getting this error while upgrading to angular V12
image

Minimal reproduction of the bug/regression with instructions:

on angular 11.xx version run command ng update @angular/core@12 @angular/cli@12

@kwbonte
Copy link

kwbonte commented Jul 9, 2021

+1

@bobbyg603 bobbyg603 linked a pull request May 18, 2022 that will close this issue
2 tasks
@bobbyg603
Copy link

bobbyg603 commented May 18, 2022

hi @tarangrathod @kwbonte @Salzy @lordantonelli @tanMARIS @alex-oko @amelnikoff @Melmoth-the-Wanderer @miaucl BugSplat has forked this project updated it to Angular 13 and has published a version of the fork to npm.

@tarangrathod
Copy link
Author

@bobbyg603 it seems the merge has been blocked #942 please update me if i am wrong.

@bobbyg603
Copy link

@tarangrathod i have not been able to get in touch with the maintainer. There’s a link to the forked package on npm in my previous post.

@KeithGillette
Copy link
Contributor

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

@bobbyg603
Copy link

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

I couldn't figure out how to fix this issue directly, but you can easily workaround it by just pointing to the path in node_modules. It's something like @import '../node_modules/@bugsplat/angular-tree-component/css/angular-tree-component.css'; where the actual path will be different based on your project's file system layout.

@vadim-lisovyi
Copy link

Is the BugSplat fork compatible with Angular 16? I am getting a Error: Package path ./css/angular-tree-component.css is not exported from package when trying to test the fork.

I couldn't figure out how to fix this issue directly, but you can easily workaround it by just pointing to the path in node_modules. It's something like @import '../node_modules/@bugsplat/angular-tree-component/css/angular-tree-component.css'; where the actual path will be different based on your project's file system layout.

Don't work for me.
But it might help if you add
"./css/angular-tree-component.css": { "style": "./css/angular-tree-component.css" },
to package.json - section "exports"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
5 participants