-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Error: (0 , _identifier.getUndoPath) is not a function #6612
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
Comments
I got the same exact problem. I've generated a new nx workspace with angular and this error occurs. What seems to "work" is to remove the |
I also have the error...
|
@muuvmuuv my hotfix: |
this works! ... waiting for a proper fix though :) |
Hi all, sorry for the inconvenience. We are looking into this.
|
i tried, |
We just published |
thanks |
I migrated to I still get the same error, unfortunetaly. |
I managed to fix an already created Angular project by manually updating I simply changed Now build is working. |
This works |
yes, in the case of a new installation, it also helped me to upgrade the angular package versions to a smaller version however, for an existing project, the update solved the problem |
Esta me funciono tambien |
@FrozenPandaz Issue still exists in 12.6.5 and probably not related to NX.
Downgrading |
thanks @Hakhenaton :) It helped me as well. |
Installing of "mini-css-extract-plugin": "2.2.0" worked for me. I used the current latest 12.7.2 version of nx. Thanks @eggp a lot! |
Just a note: Using Nrwl 12.9.0 and Angular 12.2.5 it works now without any workaround. |
I saw this again today with Nrwl v12.9.0 and Angular 12.2.7. Downgrading Angular to 12.2.5 didn't work either. Installing "mini-css-extract-plugin" solved the problem. |
- Add `.browserslistrc` to remove IE11 support (depricated) - Remove option `showCircularDependencies` form `angular.json` (depricated) - Downgrade `@angular-devkit/build-angular` to `12.1` (compile error, see nrwl/nx#6612) - Remove `node-sass` (compile error, incompatible with latest Angular Material, deprecated) - Update `angularx-qrcode` to 11.0 (compile error) - Remove most deep imports into `rxjs` (compile warning: "CommonJS or AMD dependencies can cause optimization bailouts") - Migrate to rxjs 6 - Remove `rxjs-compat` - Switch from `/`-operator to `math.div` in `.scss` files (depricated) - Switch from ng5-slider to ngx-slider (deprecated) - Remove MatAutocompleteTriggerAccessorDirective (not needed anymore, fixed with new Angular version) - Angular options `baseHref` and `deployUrl` now under `build` - Remove ngx-slimscroll (incompatability warning, was not used)
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I am trying to build my Angular Ionic application and followed this guide here: https://ionicframework.com/blog/ionic-angular-monorepos-with-nx/
Unfortunately I am getting the below error when running
nx build
:Expected Behavior
Steps to Reproduce
Follow this guide:
https://ionicframework.com/blog/ionic-angular-monorepos-with-nx/
Failure Logs
Environment
nx : 12.6.4
@nrwl/angular : 12.6.4
@nrwl/cli : 12.6.4
@nrwl/cypress : 12.6.4
@nrwl/devkit : 12.6.4
@nrwl/eslint-plugin-nx : 12.6.4
@nrwl/express : Not Found
@nrwl/jest : 12.6.4
@nrwl/linter : 12.6.4
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : Not Found
@nrwl/react : Not Found
@nrwl/schematics : Not Found
@nrwl/tao : 12.6.4
@nrwl/web : Not Found
@nrwl/workspace : 12.6.4
@nrwl/storybook : 12.6.4
@nrwl/gatsby : Not Found
typescript : 4.3.5
The text was updated successfully, but these errors were encountered: