ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Update npm install instruction. #52

Closed ramortegui closed 4 years ago

ramortegui commented 4 years ago

This PR updates the command mix deps.get && npm install fails, as the package.json file is on the assets directory, the new command mix deps.get && npm install --prefix assets will work.