WebRTC-Multi-Peer-Video-Audio icon indicating copy to clipboard operation
WebRTC-Multi-Peer-Video-Audio copied to clipboard

npm install error

Open suyashcjoshi opened this issue 5 years ago • 0 comments

Typo in server/package.json file - the trailing comma after jade threw error, please remove that so

npm install

can run successfully.

"dependencies": {
    "express": "2.5.8",
    "jade": ">= 0.0.1"
  },

suyashcjoshi avatar Sep 13 '20 05:09 suyashcjoshi