I\'m using the latest version of Node.js that is v8.4.0. However, in the import and export statements, I\'m getting errors:
import express from \'express\';
const express = require('express'); is the right syntax as some es6 features ie import express from express is currently not available with node!