node package manager (NPM)
![]() |
![]() |
![]() |
Título del Test:![]() node package manager (NPM) Descripción: Programación Fecha de Creación: 2020/10/30 Categoría: Otros Número Preguntas: 12
|




Comentarios |
---|
NO HAY REGISTROS |
create a new project/package npm ___. initialize new project/package with default configuration npm init __. install. Install a package. Install the packages mentioned in package.json. Remove a package: npm ___ [package]. remove. Remove a package globally. Remove a package devDepency. install. install as a devDependency. install globally. update npm to latest version. Run the script called [script] as mentioned in package.json npm __ [script]. run & update. Run the script called [script] as mentioned in package.json. Update a [package]. List all the packages npm __. List all global packages. npm ls -g --depth 0. npm ls -g. show docs/readme of [package]. npm docs [package]. . vulnerabilities. scan all the vulnerabilities in the project. scan all the vulnerabilities in the project and fix them. |