Creating Private npm packages and hosting them on svn
How do I create my own private modules / ReactJS components or compont library on our companies private SVN server, so that it'll require only an npm install <repo address> for others to consume. Instead of copy pasting code. I know git, but my team uses SVN hence the SVN part is included in the question.