less than 1 minute read

  • 유용한 관련 패키지 (npm 기준)
  • 웹소켓 (web-socket) 
  • Sqlite3
  • 윈도우에서 설치시
    node-gyp, MS Visual studio 등이 필요.(골아프네.

  • node-gyp : Node.js native addon build tool
  • 윈도우에서는 python 2.7이상이 필요(3.x는 지원안됨)

  • npm 사용시 에러대처
  • C:\>npm install nodejs-websocket
    Error: ENOENT, stat ‘C:\Users{사용자계정명}\AppData\Roaming\npm’
  • 이런 에러가 발생할 경우 나온 경로의 폴더를 생성해주면 됨. 끝~

🔗original-link

Updated: