So I cannot for the life of me figure out why one of my developers is getting the following error on her machine? The code works perfectly on my laptop with what would seemingly be the exact same setup. Obviously something must be different, but I haven't found it yet. So whenever we try to run the app on her machine we get the following error. Node is at 6.11.4. I looked at the line of code in the middleware.js file and it points to a call to the Promise() method. As far as I know, that should be defined in this version of node correct? I've uninstalled and reinstalled node 2 times, i've remove the projects node_modules and refreshed them. Any other thoughts?
ReferenceError: Promise is not defined at webpackDevMiddleware (C:\Source\Repos\NTC WEB\NTC.Web.Business\node_modules\webpack-dev-middleware\middleware.js:43:14)