[node.js] install, init, node_modules, package.json
·
nodejs
NPM Node.js의 패키지를 관리할 수 있는 도구 참고 사이트) https://www.npmjs.com/ npm Bring the best of open source to you, your team, and your company Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java www.npmjs.com #npm install npm i -g 패키지명 // 전역설치 npm i 패키지명 // 지역설치 배포한 파일을 ..
개발짜옹
'npm install' 태그의 글 목록