Windows SDK 설치시 5100 오류 발생시 해결방법
·
Dev
Node.js로 제작된 어떤 모듈을 설치하다가 의존성 항목들을 설치하게 되었는데그 의존성 모듈의 의존성이 Windows SDK이라는 것이었다. 그런데 설치가 진행되면 오후 2:26:32 2014년 9월 30일 화요일: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: 위치: SDKSetup..
Node.js npm 사용시 nodejs/windows Error: ENOENT, stat 오류 해결하기.
·
Dev
Node.js를 처음 해보기 위해 npm 명령어를 입력하였더니 아래와 같은 오류가 발생하였다. C:\Users\ryush00\Desktop\NodeJS>npm Error: ENOENT, stat 'C:\Users\ryush00\AppData\Roaming\npm' 해결방법은 간단하였다. %appdata%\npm 폴더를 만들면 된다.