npm ci
CI stands for clean install and npm ci is used to install all exact version dependencies or devDependencies from a package-lock.json file.
npm i
install all dependencies or devDependencies from a package.json file.
'개발 지식' 카테고리의 다른 글
[javascript] iterable, iterator 뜻 정의 (0) | 2023.04.05 |
---|---|
[media] window screen orientation 감지해서 Landscape 보여주기 (0) | 2023.03.31 |
[Regex] g flag 사용 시 regex test can not use twice? (0) | 2023.03.31 |
이진수<-> 십진수 소수 파트 => fractional part: Binary number <-> Decimal number (0) | 2023.03.26 |
[디자인 패턴] Observer pattern (0) | 2023.03.05 |
댓글