You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: concurrently "npm run build" "npm run build-dlls"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/digid/.npm/_logs/2018-04-05T17_15_49_861Z-debug.log
Version info
npm 5.6.0
Mac OSX High Sierra 10.13.3
17.4.0 Darwin Kernel Version 17.4.0: Tue Dec 19 10:52:05 PST 2017; root:xnu-4570.47.16~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered:
@PetroJames@jun0jang Sorry, I've been really busy with work and didn't get a chance to reply.
The master branch of this project is built on top of react-redux-universal-hot-example which doesn't seem to be regularly maintained anymore and is out of date. I haven't worked on this project for a little while as I haven't had time, but my aim is to move the app entirely over to create-react-app. There is a working alpha version of the app built on top of create-react-app on the 1.0 branch here. I would suggest checking out the 1.0 branch and using that.
I haven't got a chance to update the README.md for the 1.0 branch, but the dev environment instructions should be the same except you'll need to run npm run start in the third step instead.
The result of simply doing npm install
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
concurrently "npm run build" "npm run build-dlls"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/digid/.npm/_logs/2018-04-05T17_15_49_861Z-debug.log
Version info
npm 5.6.0
Mac OSX High Sierra 10.13.3
17.4.0 Darwin Kernel Version 17.4.0: Tue Dec 19 10:52:05 PST 2017; root:xnu-4570.47.16~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: