일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- Docker
- 블록체인
- 머클트리
- 깃허브
- 일반유저
- 우분투
- node.js 교과서 따라하기
- MariaDB
- 설치
- immer
- 노드
- centos
- wsl
- 라우터
- 리액트를 다루는 기술
- 리액트
- 이더리움
- 변수
- 전역설치
- 솔리디티
- 환경변수
- 벨로포터
- 시퀄라이즈
- npm
- wget
- 자바스크립트
- 리눅스
- Sequelize
- 머클루트
- 쉘스크립트
- Today
- Total
목록전역설치 (2)
코드코코

사양 에러의 원인 사용자 계정명을 이민주 -> coco 로 변경 하였으나, 설치시 자동으로 c://Users/이민주 로 변경이전의 경로를 사용함. npm config ls C:\Users\coco>npm config ls ; "builtin" config from C:\Users\coco\AppData\Roaming\npm\node_modules\npm\npmrc ; prefix = "C:\\Users\\이민주\\AppData\\Roaming\\npm" ; node bin location = C:\Program Files\nodejs\node.exe ; cwd = C:\Users\coco ; HOME = C:\Users\coco ; Run `npm config ls -l` to show all defau..

현재상황 - super user 가 아니라, 일반 유저 계정에서 npm -g install create-react-app 를 하고자 - Error: EACCES: permission denied 가 또 다시 발생 에러내용 npm ERR! code EACCES npm ERR! syscall access npm ERR! path /usr/local/lib/node_modules npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules' npm ERR! { [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] npm ..