search

Home  >  Q&A  >  body text

node.js - Can npm depend on local projects?

Can npm depend on local projects? This local project has not been published to the npm repository

高洛峰高洛峰2732 days ago955

reply all(2)I'll reply

  • 某草草

    某草草2017-06-05 11:15:25

    npm link

    reply
    0
  • 漂亮男人

    漂亮男人2017-06-05 11:15:25

    Come on, let me add a little more. .
    Write like this in package.json

        dependencies:{
            your-module: ../your-module-folder,
        }

    reply
    0
  • Cancelreply