Subin Alex
1 min readMar 2, 2019

--

Hi Matt,

i got below error at this i suspect,am running on windows machine.

ReferenceError: express is not defined

I resolved this error by defining it as

const express = require(‘express’);

--

--