nodejs3 [NodeJS] npm 관련 사이트 정리 Awsome-npm JavaScript 언어를 위한 패키지 매니저인 npm에 대한 리소스와 팁들을 모은 글이다. 이 글에서는 npm을 사용하는 방법과 npm을 이용한 패키지 설치, 패키지 관리, 버전 관리, 빌드, 배포 등의 방법을 소개한다. https://github.com/sindresorhus/awesome-npm GitHub - sindresorhus/awesome-npm: Awesome npm resources and tips Awesome npm resources and tips. Contribute to sindresorhus/awesome-npm development by creating an account on GitHub. github.com npms 패키지 품질에 대한 깊은 분석을 통.. 2023. 9. 15. [NodeJS] CRA (Create-React-App) 버전 확인 방법 package.json "dependencies": { ... "react-scripts": "4.0.3", ... } npm npm show react-scripts version 결과 yarn yarn list react-scripts 결과 2023. 7. 27. [Linux] Ubuntu 20.04 NodeJS 16 설치 1. NodeSource PPA 추가 이 명령은 Ubuntu 20.04 설치에 NodeJS 16을 설치하는 데 필요한 PPA 소스를 추가합니다. curl -s https://deb.nodesource.com/setup_16.x | sudo bash 결과 ## Installing the NodeSource Node.js 16.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease Hi.. 2022. 10. 20. 이전 1 다음