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.js v4.0.0 #1

Open
3 tasks
irnc opened this issue Sep 7, 2015 · 4 comments
Open
3 tasks

Релиз Node.js v4.0.0 #1

irnc opened this issue Sep 7, 2015 · 4 comments

Comments

@irnc
Copy link
Contributor

irnc commented Sep 7, 2015

22:03, вчера, 8 августа 2015, Node.js v4.0.0 зарелизился

Источник: https://twitter.com/rvagg/status/640076784352935936

  • ответить на вопрос почему после 0.12 сразу 4.0?
  • рассказать об опыте переключения классического express & mongoose приложение на 4.0.0
  • рассказать об опыте переключения инструментария ember приложения на 4.0.0
@irnc irnc added this to the 9 сентября milestone Sep 7, 2015
@irnc irnc changed the title Релиз Node.js v4.0.0-rc.1 Релиз Node.js v4.0.0 Sep 8, 2015
@irnc
Copy link
Contributor Author

irnc commented Sep 9, 2015

Проект с инструментарием ember-cli - работает.

  • не найден биндинг, что-то около node_modules/node-sass/vendor/linux-x64-46/binding.node
  • npm rebuild => Segmentation fault (core dumped)
  • rm -rf node_modules && npm i успех
  • time ember build вместо 17 секунд на 0.12.7 теперь 11 секунд на 4.0.0
    • но Future versions of Ember CLI will not support v4.0.0. Please update to Node 0.12 or io.js. :)

@irnc
Copy link
Contributor Author

irnc commented Sep 9, 2015

events.js:397
EventEmitter.listenerCount = function(emitter, type) {

RangeError: Maximum call stack size exceeded
    at Function.EventEmitter.listenerCount (events.js:397:38)
    at Log.listenerCount (.../node_modules/elasticsearch/src/lib/log.js:68:25)
    at Function.EventEmitter.listenerCount (events.js:399:20)
    at Log.listenerCount (.../node_modules/elasticsearch/src/lib/log.js:68:25)
    at Function.EventEmitter.listenerCount (events.js:399:20)

rm -rf node_modules && npm i не решает проблему

Проблема в [email protected], последняя 8.1.0 не имеет проблемы https://github.com/elastic/elasticsearch-js/releases

Решение: использовать последнии версии + полная переустановка.

Все 316 + 455 тестов проходят.

@irnc
Copy link
Contributor Author

irnc commented Sep 18, 2015

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