Closed kevnk closed 7 years ago
$ npm run build
> babel-node tools/build.js sh: babel-node: command not found
$ npm install -g babel-cli solves that. But now there's no tools/build.js file
$ npm install -g babel-cli
tools/build.js
hey @kevnk you need babel-cli in global scope for babel-node. npm i -g babel-cli I have also added the build script. Can you please check now.
npm i -g babel-cli
It should not now, after the rewrite. Please give it a try.
$ npm run build
$ npm install -g babel-cli
solves that. But now there's notools/build.js
file