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

Update .nvmrc file version to version 12.16.0 since 12.0.0 breaks after running login page #2836

Closed
HectorNM opened this issue Feb 12, 2020 · 0 comments
Labels

Comments

@HectorNM
Copy link
Contributor

HectorNM commented Feb 12, 2020

Expected behavior:
In the login page, be able to login properly.

Actual behavior:
After filling up the first form when running the application for the first time, and creating my user, I'm redirected to login page. In the first login screen, I can't login. I receive the following message in the terminal:

# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 000000F1A52FD440

... and the application stops completely, making it impossible for me to proceed and do anything afterwards.

After looking about this problem, it looks like to be a issue with Node version 12.0.0. Since your .nvmrc file doesn't specify a more specific version 12, my NVM loaded 12.0.0. I think it would beneficial if .nvmrc specifies the latest stable version (12.16.0) so any developer that tries to run after release 5.5.0 doesn't have to deal with this issue when running the project for the first time. When I used version 12.16.0, everything seemed to be working.

Thank you for your time!

Related Issues:
This node.js issue specifies the bug, which was solved in more recent node versions: nodejs/node#27379

Versions:

  • NodeJS: 12.0.0
  • NPM: 6.12.1
  • MongoDB: 3.6
  • Redis: 3.2
  • Browser: Chrome 79.0.3945.130 64 bits
  • OS: Catalina 10.15.2
@HectorNM HectorNM added the bug label Feb 12, 2020
@kgardnr kgardnr closed this as completed Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants