npm install without dev dependencies

terminal
1
2
3
npm i --production
# or
yarn --production
  • package.json에서 devDependencies를 제외하고 모듈을 설치한다

참고

Author

chinsung

Posted on

2021-09-10

Updated on

2021-09-12

Licensed under

댓글