npm install
||
pom.xml
<build>
<plugins>
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.version}</version>
<executions>
<execution>
<goals>
<goal>prepare-frontend</goal>
</goals>
</execution>
</executions>
</plugin>
=====================================================================================
출처 : https://www.cleancoder.dev/package-manager-history/
pnpm
2017년 1월 그렇게 pnpm이 세상에 나오게 된다. pnpm 은 npm v2에서 사용하던 패키지 처리방식을 차용하기로 하는데, 각 패키지가 각자의 node_modules 를 가지는 구조이다. 대신, npm 처럼 깊어지진 않고 symbolic link 를 사용해서 플랫하게 처리 하여 완전한 플랫형 구조를 가지게 된다.
=========================================================================
curl -fsSL https://get.pnpm.io/install.sh | sh -
source .zshrc
pnpm install
-Dvaadin.pnpm.enable=true
npm i -g public-ip
added 40 packages, and audited 41 packages in 5s
10 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
'Python' 카테고리의 다른 글
pnpm installation log (0) | 2022.03.29 |
---|---|
Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/} (0) | 2022.03.29 |
This application has no explicit mapping for /error, so you are seeing this as a fallback. (0) | 2022.03.29 |
Whitelabel Error Page (0) | 2022.03.29 |
Python 기초 자격증 2EA 취득. (0) | 2020.11.05 |
최근댓글