Closed dekathomas closed 2 years ago
latest version is not compatible with angular 8 try older versions or upgrade your project to angualr 13 https://github.com/wnabil/ngx-export-as#change-logs
In my package.json
I already install 1.3.1
but in my package-lock.json
is declared as version 1.13.0
. But I have addressed the problem by removing the ^
sign and reinstall the library.
Thanks
Hello I face a problem when I try to run my Angular project. My Angular Core version is 8.2.14 and I got this error
My dependencies in my
package.json
are:And one thing I realize is when I try to open
package-lock.json
is thepeerDependencies
ofngx-export-as
module isI don't have any ideas is this wrong or not. Thank you in advance.