Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install for submodules skipped #3

Closed
semenovDL opened this issue Oct 3, 2016 · 3 comments
Closed

npm install for submodules skipped #3

semenovDL opened this issue Oct 3, 2016 · 3 comments

Comments

@semenovDL
Copy link

For correct work of this example you also need to install packages for phoenix applications:

$ mix ecto.setup
$ cd apps/bank_web
$ npm install
$ cd ../backoffice/
$ npm install
$ cd ../..
$ mix phoenix.server
@wojtekmach
Copy link
Owner

Good catch, I'll update setup instructions

@bchase
Copy link
Contributor

bchase commented Oct 3, 2016

Ha, I just submitted a pull request (#5) for this... then spotted this issue!

@wojtekmach
Copy link
Owner

Closed by #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants