Can npm depend on local projects? This local project has not been published to the npm repository
漂亮男人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,
}