node.js - Error start electron windows -
i'm studying electron , following through tutorial http://red-badger.com/blog/2016/04/18/building-desktop-apps-with-electron-webpack-and-redux/ when tried run project in windows error occurs: in console appears message: env not recognized internal command
; changed package.json
set env=development
. in console appears message error in babel-node, server.js , npm start not recognized internal command
. guess configuration of windows don't know how resolve it. if can me, appreciate it. follow repository if help: https://github.com/guilhermegarcia86/electron-loja-desktop
Comments
Post a Comment