tony-eneh / MyDiary

Diary web app
GNU General Public License v3.0
0 stars 0 forks source link

Node cant interprete es6 modules #12

Open tony-eneh opened 6 years ago

tony-eneh commented 6 years ago

Describe the bug Node cant interprete es6 modules

To Reproduce Steps to reproduce the behavior:

  1. open command line
  2. cd into project folder
  3. type npm start

Expected behavior You'd see an error message starting with following line

(function (exports, require, module, filename, dirname) { import express from 'express';

Screenshots image

Desktop (please complete the following information):

tony-eneh commented 6 years ago

eeeh?