Open irnc opened 9 years ago
Проект с инструментарием 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.
:)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
не решает проблему
Проблема в elasticsearch@4.1.0, последняя 8.1.0 не имеет проблемы https://github.com/elastic/elasticsearch-js/releases
Решение: использовать последнии версии + полная переустановка.
Все 316 + 455 тестов проходят.
22:03, вчера, 8 августа 2015, Node.js v4.0.0 зарелизился
Источник: https://twitter.com/rvagg/status/640076784352935936