티스토리 뷰
반응형
이 글은 주기적으로 업데이트 됩니다.
2021.05.26
멀티 부팅 - 기존에 사용하던 윈도우 노트북에 우분투 설치
위의 사이트를 참고하였다. 나는 UEFI 펌웨어였는데 바이오스에서 나가도 자동적으로 우분투 설치가 되지 않았다.
USB로 부팅이 되지 않을 때 부팅시에 F12 버튼을 열심히 눌러주면 USB 부팅 화면으로 넘어가고 USB를 선택해주면 된다.
2021.05.27
Node.js를 설치하는데 "Missing write access" error가 발생하였다.
sudo chown -R $USER /usr/local/lib/node_modules
위의 명령어를 사용하여 해결하였다.
npm install npx -g
위의 명령어를 실행하였을 때 아래와 같은 에러가 발생하였다.
npm ERR! code EEXIST
npm ERR! syscall symlink
npm ERR! path ../lib/node_modules/npx/index.js
npm ERR! dest /usr/local/bin/npx
npm ERR! errno -17
npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/npx/index.js' -> '/usr/local/bin/npx'
npm ERR! File exists: /usr/local/bin/npx npm ERR! Remove the existing file and try again, or run npm npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/user_name/.npm/_logs/2021-05-26T18_49_29_864Z-debug.log
npm install npx -g --force
그래서 바로 위의 명령어를 사용하여 해결하였다.
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python3
- git
- Kotlin In Action
- 확장 함수
- postman collection
- DGS Framework
- 2차 인터뷰
- solidity
- Kotlin
- java
- hashcode
- downTo
- 코딩테스트
- 주생성자
- postman tests
- graphql
- mysql
- string
- 네이버 2022 공채
- Squash and merge
- github
- postman
- pm.test
- Python
- squash merge
- 코틀린
- pm.expect
- go 특징
- Basic Type
- 1차 인터뷰
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함