Closed belgoros closed 4 years ago
Thanks, great catch.
The problem, I now realize, is that we use --yarn
when creating the app which shouldn't be there.
The book should use npm
throughout as yarn
is only recommended (and I'm using it "behind the scenes").
On page 63, you used
npm
to install fontawesome dependencies:I wonder why to use
npm
instead ofyarn
if we used it when creating the app in the very beginning. It creates anotherpackage-lock.json
. Is it done intentionally? I used the following yarn command and it works the same: