Coder Social home page Coder Social logo

Publishing on npmjs.com about node-ping HOT 2 CLOSED

woicha avatar woicha commented on July 17, 2024
Publishing on npmjs.com

from node-ping.

Comments (2)

mondwan avatar mondwan commented on July 17, 2024

Try using this format in package.json which copied from this stackoverflow post

"package": "git+https://github.com/username/package.git#commit"

So, in your case, it will be look like that if you want to use the master version in github

"node-ping": "https://github.com/danielzzz/node-ping.git#master"

from node-ping.

woicha avatar woicha commented on July 17, 2024

Thank you for your prompt help. I replaced the line "ping": "^0.2.2", created during 'npm install ping' by
"ping": "git+https://github.com/danielzzz/node-ping#master",.

To work with a specific commit (for instance the current master commit) use:
git+https://github.com/danielzzz/node-ping/commit/1601458126cc1dd0c31db8150f2e6b2a40570a7f

from node-ping.

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.