redoc01
redoc01

Reputation: 2307

kurento-client npm not working, tried other versions

Im trying to npm kurento-client, i have even dropped the versions to install using npm but still no luck.

Here is my package.json file:

    {
  "name": "fidb",
  "version": "1.0.0",
  "description": "kurento-one2many-call =====================",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.2",
    "minimist": "^1.2.8",
    "ws": "^8.13.0"
  }
}

Here are the versions:

https://www.npmjs.com/package/kurento-client/v/6.18.0?activeTab=versions

Ive tried some but npm still not working with the versions ive tried.

This on windows

Upvotes: 1

Views: 46

Answers (0)

Related Questions