-
- scoop 에 대하여..
- Windows 용 명령줄 설치 프로그램
- https://scoop.sh/ (참고)
- scoop 설치(Windows 10)
- Windows PowerShell 열기
- Set-ExecutionPolicy RemoteSigned -scope CurrentUser 입력
- 실행 규칙 변경 -> Y 입력
- scoop 다운로드 -> iex "& {$(irm get.scoop.sh)} -RunAsAdmin" 입력
- 설치 완료 화면
- scoop 에 대하여..
scoop 설치완료 화면
- (참고용) scoop 설치 중 에러
- Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details.
- 해결방법
- 아래의 명령어로 실행
728x90
'Programming > ReactJs' 카테고리의 다른 글
[React] react, next.js 사용시 쿼리스트링을 감춰야하는 경우 (0) | 2023.09.06 |
---|---|
[react] typescript input 박스 의 텍스트가수정안되는경우 (0) | 2023.09.05 |
[react]번외 react router-pathname 대한 개념 이해 (0) | 2023.08.31 |
[Nextjs, Typescript] 프로젝트에 Prettier + ESlint 설정하기 (0) | 2023.08.29 |
TS1208: 'Login.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file 해결 방법 (0) | 2023.08.20 |