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

Azure: запуск NodeJS в WebApp
0 (0)

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… Читать далее »

Loading

Ubuntu: node: not found
0 (0)

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 …

Loading