Local dependency in package.json

后端 未结 12 1320
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 16:42

I want to do something like this, so npm install also installs the package.json of ../somelocallib or more importantly its dependencie

12条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-22 17:38

    Two steps for a complete local development:

    1. Provide the path to the local directory that contains the package.
    2. Symlink the package folder

提交回复
热议问题