1.1.2 • Published 7 years ago
gl-task-3 v1.1.2
task-3
NodeJS, npm, etc.
- NPM registry - https://docs.npmjs.com/misc/registry
- NodeJS package name, version and how it matters.
- Non-scoped and Scoped approach
package.jsonvs.package-lock.jsonvs.npm ci- Create account on https://www.npmjs.com/
npm login,npm whoami.- Create your own package and publish to npm.
- A few words about custom NPM registry,
.npmrc, and reason of usage.