Skip to content
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

[BUG] #971

Open
SohrabRo opened this issue Jan 14, 2023 · 4 comments
Open

[BUG] #971

SohrabRo opened this issue Jan 14, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@SohrabRo
Copy link

Hi, thanks for such a useful package.
The current version is not supported on angular 14

@SohrabRo SohrabRo added the bug Something isn't working label Jan 14, 2023
@mer30boy
Copy link

mer30boy commented Jul 1, 2023

and angular 16 :)

@alihoseiny
Copy link
Owner

Hello.

Could you please provide the error message you are receiving during build time?

@mer30boy
Copy link

mer30boy commented Jul 5, 2023

hi.
in npm i ngx-persian :

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ....
npm ERR! Found: @angular/common@16.1.3
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^16.1.0" from the root project
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^13.1.0" from ngx-persian@2.0.1
npm ERR! node_modules/ngx-persian
npm ERR! ngx-persian@"*" from the root project

@saeedmou
Copy link

For those who wish to ignore the warnings and errors indicating that Angular 13 is required for this package, you can override it in the package.json of your project. Add the following line to your package.json:

"overrides": {
"ngx-persian": {
"@angular/common": "latest",
"@angular/core": "latest",
"@angular/animations": "latest",
"@angular/platform-browser":"latest"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants