Coder Social home page Coder Social logo

Comments (4)

aoberoi avatar aoberoi commented on July 16, 2024

what does your package.json have in it?

from opentok-node.

morwalz avatar morwalz commented on July 16, 2024

"opentok" : "latest", if i use old version 0.x then it works well

from opentok-node.

aoberoi avatar aoberoi commented on July 16, 2024

the string "latest" is not a valid version, and npm doesn't know how to install that. (see docs for valid version specifiers here: https://www.npmjs.org/doc/files/package.json.html#dependencies)

the recommended value: "opentok" : "^2.2.3"

from opentok-node.

aoberoi avatar aoberoi commented on July 16, 2024

its possible that older versions of npm did know how to install "latest", but the version that Heroku is running (shown as 1.2.18) cannot handle that. my advice would also be to update your local version of node and npm to the latest while you are at it.

from opentok-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.