Create a package from another

0

I installed a package of npm, but it offered almost everything I needed, but still, I had to make some customizations. The problem is that since I work with a team and we have all the issue of versioning and the need to update the packages of npm, it turns out that whenever the npm install is run, either to initialize the project or to update the packages, those customizations are overwritten.

I wanted to know if there is any way or not to do this initial install and take advantage of the package already with the customizations or if it would be the case of uploading a new package in npm, from this package, as a customized package or the correct one would it be some other solution that I did not catch?

    
asked by anonymous 26.10.2017 / 21:58

0 answers