Skip to main content
← All posts

Posts tagged "Node.js"

37 posts

'Unexpected Token Export' error

When trying to utilise the ES2015 export/import statements (aka ES2015 module syntax) in Node.js we are presented with the 'Unexpected Token Export' error. There's a reason why this error appears and in this article we'll investigate why this is happening.

How do you extract POST data in Node.js?

Often times when working with Node.js based web applications we are faced with an option to handle data sent from a form. In this article we'll take a look at how to extract POST data in Node.js

What's new in Express 5?

Express, the most used web server for Node.js has a new release coming out soon. In this article we discuss the changes Express 5 will bring.