Skip to content

Instantly share code, notes, and snippets.

@kuy
Last active April 19, 2017 17:37
Show Gist options
  • Select an option

  • Save kuy/37e1c236db1c6d54943433a0de852a59 to your computer and use it in GitHub Desktop.

Select an option

Save kuy/37e1c236db1c6d54943433a0de852a59 to your computer and use it in GitHub Desktop.
// ...
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