mweststrate / relative-deps

Installs local dependencies for optimal developer experience
MIT License
429 stars 32 forks source link

Can we add `--no-relative-deps` flag during npm install #58

Open amitkshirsagar13 opened 1 year ago

amitkshirsagar13 commented 1 year ago

Can we add --no-relative-deps flag during npm install to skip using local dependency folder, and use artifactory to load the package in node module

We had need to test the package from artifactory quickly in local and cause we have this relative-deps used, it always refer the local package location and not from artifactory, which we do want to take precedence when we want, and can use --no-relative-deps flag for this.