我想用sinopia创建本地npm注册表,然后在那里发布我的项目node_modules目录中的所有包。实际上,我希望能够在我的项目中离线运行npm install --registry="http://localhost:4873",并从本地注册表中获得所有需要的依赖项。有没有简单的方法可以做到这一点?
node_modules
npm install --registry="http://localhost:4873"
https://stackoverflow.com/questions/47576345
相似问题