Last active
April 19, 2017 17:37
-
-
Save kuy/37e1c236db1c6d54943433a0de852a59 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: > npm run build:tower && ./node_modules/.bin/webpack | |
| Step #1: | |
| 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 | |
| Step #1: npm ERR! foo@ build:tower: `./node_modules/.bin/babel ./node_modules/redux-tower/src --out-dir ./node_modules/redux-tower/lib --ignore __tests__` | |
| Step #1: npm ERR! Exit status 2 | |
| // ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment