Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Tags
    3. npm
    Log in to post
    • All categories
    • dev_lak

      NPM Package to Generate Keystores
      Mobile Application Development • npm keystore generator apk sign • • dev_lak

      5
      3
      Votes
      5
      Posts
      477
      Views

      dev_lak

      @root thanks bro

    • lkdev

      How to install npm package from bitbucket private repository
      Programming • npm bitbucket git • • lkdev

      2
      0
      Votes
      2
      Posts
      346
      Views

      root

      Declare dependencies in your nodejs app package.json:

      "dependencies": { "modulename":"git+https://[email protected]/lanakdevelopers/modulename.git", "ejs": "1.0.0" }

      Then follow below steps

      Turn on git cache, keep password in the cache for a certain period of time git config --global credential.helper cache git config --global credential.helper 'cache --timeout=3600' Access your private repository once, type your bitbucket password when prompted git ls-remote https://[email protected]/lankadevelopers/modulename.git

      Now you can install packages using npm install

    • kasun viduranga

      Angular වලට use කරන npm packages HTML වලට use කරන්න පුළුවන්ද ?
      Web Development • angular html5 javascript php npm • • kasun viduranga

      3
      0
      Votes
      3
      Posts
      363
      Views

      root

      @kasun-viduranga

      Angular walata hadapuwa nam ba , anith ewa puluwan

    • S

      Node.js : Introduction - Part 2
      Back-End Development • nodejs node-js npm • • sudo

      6
      6
      Votes
      6
      Posts
      1518
      Views

      S

      @Tize-Thamizh you can easily find better English tutorials online. (like https://www.w3schools.com/nodejs/nodejs_intro.asp). I simply wrote this for beginners who likes to learn stuff in native language.

    • 1 / 1