Closed brainomite closed 5 years ago
@brainomite the Travis result states that package.json
and package-lock.json
are out of sync. You'll need to run npm i
to make the lockfile update, as you added a package to package.json
without npm install
-ing it.
@glebec Sorry about that, I saw the issue with merge conflicts and package-lock.json, so I chose not to check in that file. I've now done so and travis passes. Also note, I do believe I figured out how to get socket.io to work. But I didn't build any components to validate.
Assignee Tasks
I wanted to re-implement browser auto-refreshing. While adding some additional features.