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

Support NodeJS > 0.12 #30

Open
losnikitos opened this issue May 18, 2016 · 1 comment
Open

Support NodeJS > 0.12 #30

losnikitos opened this issue May 18, 2016 · 1 comment

Comments

@losnikitos
Copy link

Hi!
Currently npm install cocaine fails when running in NodeJS newer than 0.12, due to msgpack-bin errors.

Maybe if we switch back from msgpack-bin to msgpack and use newer version, it will be fixed.

Why do we use msgpack? (this is switch commit 6402459)

@losnikitos
Copy link
Author

msgpack лежит в npm два раза:

новые версии тут
https://www.npmjs.com/package/msgpack

старые тут
https://www.npmjs.com/package/msgpack-bin

Пробовал ставить под 4 нодой, результаты следующие:

msgpack

1.0.0
1.0.1
1.0.2 <---- Ставится без ворнингов
0.1.8
0.1.9
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.3
0.1.5
0.1.6
0.1.7
0.2.6
0.2.7
0.1.10
0.1.11

msgpack-bin

0.2.6-4
0.3.0-1 <---- Ставится с ворнингами
0.2.6-1 <---- Не ставится
0.2.6-2 <---- Не ставится
0.2.6-3 <---- Используется у нас, не работает в NodeJS > 0.12
0.2.6
0.2.2
0.2.1
0.3.0-0

@losnikitos losnikitos changed the title Support NodeJS 4 and newer Support NodeJS > 0.12 May 18, 2016
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