-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
On windows while electron-forge is trying to build the addon the transpile step is failing.
I don't think this a windows issue, but more likely that at the time I'm testing a newer version of babel is being used, so we might want to update our package.json and npm script?
$ npm run transpile
joystream-node@0.1.0 transpile C:\Users\mokht\JoyStream-Dev\joystream-electron\node_modules\joystream-node
babel lib -d dist
You have mistakenly installed the babel package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the babel package to the babel-cli package.
npm uninstall babel
npm install --save-dev babel-cli
See http://babeljs.io/docs/usage/cli/ for setup instructions.
Metadata
Metadata
Assignees
Labels
No labels