Created
April 19, 2017 17:55
-
-
Save kuy/4e0f2fda5cda9ac6200176eb616b0c2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting Step #1 | |
Step #1: | |
Step #1: > foo@ build /app | |
Step #1: > ls ./node_modules/redux-tower && npm run build:tower && ./node_modules/.bin/webpack | |
Step #1: | |
Step #1: README.md | |
Step #1: decls | |
Step #1: package.json | |
Step #1: react.js | |
Step #1: webpack.config.js | |
Step #1: yarn.lock | |
Step #1: | |
Step #1: > foo@ build:tower /app | |
Step #1: > ./node_modules/.bin/babel ./node_modules/redux-tower/src --out-dir ./node_modules/redux-tower/lib --ignore __tests__ | |
Step #1: | |
Step #1: ./node_modules/redux-tower/src doesn't exist | |
Step #1: npm ERR! code ELIFECYCLE | |
Step #1: npm ERR! errno 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment