강의

멘토링

커뮤니티

Inflearn Community Q&A

siwon33767492's profile image
siwon33767492

asked

[Renewed] Node.js Textbook - From Basics to Project Practice

npm module 설치

Written on

·

249

0

npm init 을 하지 않은 상태에서 (package.json) 이 없는 상태에서 npm i express 와 같이 모듈을 다운받으면 어떻게 되나요?

다운은 되는 걸 확인했는데 어디에 저장이 되고 어떤 과정을 거치는지 궁금합니다!

nodejsmysqlmongodbSequelize

Answer 2

0

siwon33767492님의 프로필 이미지
siwon33767492
Questioner

감사합니다.

0

zerocho님의 프로필 이미지
zerocho
Instructor

똑같이 node_modules가 생성되고 그 안에 저장됩니다.

siwon33767492's profile image
siwon33767492

asked

Ask a question