Архив метки: Node.js

Azure: запуск NodeJS в WebApp

7 июня 2017
 

 Задача: запустить NodeJS приложение в Azure WebApp. Для запуска NodeJS приложений в IIS – Azure использует iisnode. Касаемо портов: Your Node site is actually given a Named Pipe which receives the incoming requests, not a TCP port like you would use when running locally or hosting yourself. Even if you could open a TCP port, Azure… Читать далее »

Ubuntu: node: not found

19 декабря 2015
 

 Во время билда возникает ошибка: … npm http 304 https://registry.npmjs.org/cryptiles > [email protected] install /home/vagrant/project/project-view/src/main/content/node_modules/grunt-svg2png/node_modules/phantomjs > node install.js sh: 1: node: not found npm WARN This failure might be due to the use of legacy binary “node” npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm ERR! weird error 127 …

Ubuntu: установка Node.js 5.0 из репозитория

25 ноября 2015
 

 Текущая версия: # node -v v0.10.33 Добавляем репозиторий – провсматриваем скрипт: $ curl -sL https://deb.nodesource.com/setup_5.x | less Переключаемся под рута и продолжаем: # curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash –