Posts about node.js

, ,

Short post on env: node: No such file or directory problem

Trying to use the iothub-explorer (https://www.npmjs.com/package/iothub-explorer) node by using the npm package for Azure I run into some…


,

Small Lesson on Using Request in node.js with Form-data

I was playing around with 46elks.com api for sending SMS (it’s a Swedish Twilio). Trying to send data using request I got 404 Not Found all…


, , , ,

Hubot, Slack and Azure deployments - Part 2 - Getting TeamCity to Build

In the first post, Hubot, Slack and Azure deployments – Part 1, we looked at how to get Hubot up and running on Heroku and jacked into Slack…


, , , ,

Hubot, Slack and Azure deployments - Part 1

I’m aiming at doing this a multipart series (this being the first part). I will update this intro with links to the follow up posts as I…


, ,

Node.js version on Azure WebSites

When running node.js on Windows Azure there is a few black boxy things. One thing that I didn’t manage to find docs for is how the node…


, ,

Getting WebStorm to use nodemon

Another note to self post. When writing node.js projects in WebStorm one of the major upsides is the debugging story. To hook that up you…