styles.css - Error: (0 , _identifier.getUndoPath) is not a function. How to fix?


angular nx

I got the following error while running npm run start in the Angular+NX workspace project:

styles.css - Error: (0 , _identifier.getUndoPath) is not a function

styles.css - Error: (0 , _identifier.getUndoPath) is not a function

In order to fix this error I installed this version of mini-css-extract-plugin package:

npm i mini-css-extract-plugin@2.2.0 --save-dev

This workaround helped to run the project:

Workaround

comments powered by Disqus