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

node 6.16.0 problems with toLocaleString #100

Closed
AndriyHromyak opened this issue Feb 3, 2019 · 3 comments
Closed

node 6.16.0 problems with toLocaleString #100

AndriyHromyak opened this issue Feb 3, 2019 · 3 comments
Labels

Comments

@AndriyHromyak
Copy link

AndriyHromyak commented Feb 3, 2019

can i have ability to install node version 6.12.*? latest node 6.16.0 behaves strange, seems it doesn't have Intl inside, its just empty object, and my Jest tests fails because of this. can anyone suggest solution or workaround?

main problem is that (3500).toLocaleString() does nothing, it returns 3500 instead of 3,500 and Intl is just empty object

@MikeMcQuaid
Copy link
Member

You will need to create your own tap.

@AndriyHromyak
Copy link
Author

Can you point me where i can read about creating taps? i have solved that issue by switching to nvm however i would like to know how to solve it via brew.

@MikeMcQuaid
Copy link
Member

@lock lock bot added the outdated label Mar 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants