-
Notifications
You must be signed in to change notification settings - Fork 553
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
Error: ReferenceError: Map is not defined #125
Comments
I had the same error when using Node v0.10.36. Updating to v4.2.6 resolved the issue in my case. |
@bkapicka is correct. At this time only 0.12 and greater are tested. We will continue to deprecate node versions in the future as stable versions come out. |
@bkapicka i got it!thanks. |
As I tried to init my repo with commitizen I got following message:
can anybody guide me to get this to work? really love it! |
@xetra11 What version of Node are you using? You can find this by running |
@jimthedev sorry dude I've mistaken node with npm so I was updating npm all the time ;) |
`
:uname -ra
Linux 3.13.0-76-generic #120-Ubuntu SMP Mon Jan 18 15:58:41 UTC 2016 i686 i686 i686 GNU/Linux
#:npm install -g commitizen
#:
/Project/t$ sudo commitizen init cz-conventional-changelog --save --save-exact --force/Project/SyncClient$Attempting to initialize using the npm package cz-conventional-changelog
Error: ReferenceError: Map is not defined
#:
`
The text was updated successfully, but these errors were encountered: