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

specify node version for PKCE angular project #3

Open
NatnaelSisay opened this issue Aug 19, 2024 · 0 comments
Open

specify node version for PKCE angular project #3

NatnaelSisay opened this issue Aug 19, 2024 · 0 comments

Comments

@NatnaelSisay
Copy link

While running the application in the latest version of node the application keeps crashing and the error message was not helpful. The i have found out about angular and its node version compatibility from StackOverflow, and after downgrading my node version to "node": "^12.14.0" the application started working.

So my suggestion is to put

...
"engines": {
    "node": "^12.14.0"
}

in package.json file to indicate which version of node the application was built on.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant