gor181 / react-notification-system-redux

Redux wrapper for react-notification-system
MIT License
324 stars 59 forks source link

Error building release on Windows #31

Open lorenzosjb opened 7 years ago

lorenzosjb commented 7 years ago

I added the log file because I was unable to create the release build. I change line 61 of the package.json to "release": "set NODE_ENV=production && gulp release", because I am using a Windows based system.

Thanks

2017-04-12T16_33_45_663Z-debug.txt

gor181 commented 7 years ago

I think https://github.com/kentcdodds/cross-env would solve this. Will focus on it this week.