Closed sergiotapia closed 8 years ago
Your lock says you have Phoenix 1.1.4 and Phoenix 1.1.4 definitely has the name in there: https://github.com/phoenixframework/phoenix/blob/v1.1.4/package.json
Try running mix deps.update phoenix phoenix_html
or removing both phoenix and phoenix_html from deps and see if the problem is addressed.
Thank you Jose, I will try and report back.
Let us know if you have any new info. Closing for now. Thanks!
I was following this guide: https://blog.diacode.com/trello-clone-with-phoenix-and-react-pt-2 and added this file's contents to my own package.json file: https://github.com/bigardone/phoenix-trello/blob/master/package.json
When I try to
npm install
it, I get:And when I checked the
deps/phoenix/package.json
file:No name. Is this a bug, or am I misunderstanding?