I'm using: VS Code v1.3.1 node v6.3.1 babel-node v6.11.4 Windows 10 I'm unable to get a stop at a breakpoint with …
visual-studio-code babel-nodeI'm trying to use babel-node with nodemon for the hot-reloading. I've basically followed this repo. My dev script in package.…
javascript node.js babeljs babel-nodeWe are in the midst of updating our API, and Henry Zhu from Babel alerted me to this preset called …
node.js jestjs babeljs babel-nodeI want to manage my node process with pm2 package. If I don't have any es6 syntax in my code …
node.js pm2 babel-node babel-cliIn my package.json I have a start-script which I'm using for my dev enviroment. It looks like this: "scripts": { "…
node.js babeljs nodemon babel-nodeI am upgrading my nodejs version from 8 to 10. after upgraded, i can't run my application in any browsers right now. …
node.js nodemon babel-node