Alison Johnston
Results
2
comments of
Alison Johnston
I am not sure if you have the same issue but I was getting the same problem until I realised I had saved my .babelrc file under src instead of...
Oh and as another tip, you can see if babel-node is working but adding another script in your package.json ``` "scripts": { "start": "babel-node tools/srcServer.js", "babel-node-version": "babel-node --version" }, ```...