5
I know it is possible to use local records with the command
npm config set registry <registry url>
However, as I understand it, this command changes the NPM to search only in that repository.
I also read about scoped packages
, But from what I understand, it would only use my repository when I expressly stated that that package is in my repository and, if it was not found, I would say that it was not possible to install. Only what I wanted to do was try to search my local repository and, if not found on it, search the NPM repository (https://registry.npmjs.org/).
I was wondering if it’s possible to make a npm install
with this priority order from where he gets the packages?
Stop being lazy Felipe, hahahaha. #hugs
– Erlon Charles