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.
Does your team have access to Artifactory or Nexus?
Both have the capability to host an npm repository you could publish your libraries to.
Atul Sharma
Full Stack Developer | Cloud Native Applications
You can create your own local/networked repository using Sinopia and keep your private packages there. npmjs.com/package/sinopia
Sinopia docker image is also available and you can use that to boot your private repository container accessible inside your network.
For using SVN as repo .. github.com/jtrussell/svn-npm-crutch however, all features of npm repo will not work.