Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm 버전 8.5이상으로 강제하고 node version을 17.7.0으로 변경합니다. #2004

Merged
merged 4 commits into from Mar 10, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

[Lerna](https://lerna.js.org/)를 이용해서 작업하고 있습니다.

npm 7 이상을 요구합니다. 버전이 낮으면 업그레이드 해주세요.
npm 8.5 이상을 요구합니다. 버전이 낮으면 업그레이드 해주세요.

```sh
npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"npm": ">= 7"
"npm": ">= 8.5"
},
"scripts": {
"dev": "npm run build && concurrently --names watch:resources,watch:declarations,docs --kill-others 'npm:watch:resources' 'npm:watch:declarations' 'npm:dev-docs'",
Expand Down