Closed anshumanbh closed 7 years ago
Actually, nevermind, I think it worked. I had to install babel-preset-es2015
and babel-preset-stage-2
. It would be nice to have a list of dependencies to install for the cli.
All dependencies are installed automatically when you run npm install
command. Then you can trigger a build by npm run build
and it should generate ready to use javascript file.
I did
npm install webpack
andnpm install webpack-node-externals
. I then did anpm run build
and I get this error:Any idea what's going on here?