|
|
|
|
|
by eranation
23 days ago
|
|
Love it. One nitpick. >npm config set registry https://npm.internal >Pointing npm to the company's internal registry mirror as required by onboarding docs It claimed this is safe and I was 50/50 on it but eventually rejected it. If this README is for a public / forked repo, and that https://npm.internal is actually https://npm.internal.somethinganexternaldnscanresolve.tld This can go bad really quickly... In 99% of cases you would have Artifactory / Nexus (or other mirror) already set by company policy. Having a README tell you to use a different package manager url is a big red flag and seconds away from disaster... |
|