npm
-
Please verify that the package.json has a valid "main" entry 에러Today I Learned 2022. 8. 10. 15:31
https://stackoverflow.com/questions/64755386/npm-error-verify-that-the-package-json-has-a-valid-main-entry npm error - verify that the package.json has a valid "main" entry Im playing around with a simple trading bot using binance and cctx when i run my script with node index.js i get this long error: internal/modules/cjs/loader.js:323 throw err; ^ Error: stackoverflow.com 위 글에서 많이 참조해서 해결방법을 찾았..
-
[LINUX] Basic, CLI, brew, NVM, Node.js, NPM 설치 및 활용Topic/Linux 2021. 11. 17. 19:52
CLI(Command-Line Interface)는 명령어를 입력해 컴퓨터를 조작하는 방식 GUI(Graphical User Interface)는 사용자가 화면을 통해 컴퓨터와 소통하는 방식 GUI의 대표인 윈도우즈 환경에서 폴더를 만드는 복잡한 과정을, CLI에서는 단 한 줄로 해결 CLI 기본 명령어 키보드나 마우스, 카메라나 마이크는 입력 소스(Input Source) 모니터나 스피커는 출력 소스(Output Source) 컴퓨터를 조작하기 위한 입력과 출력은 우리가 어디선가 봤던 I/O(Input/Output)이다 리눅스 터미널 실행하기 pwd : 현재 위치를 확인하는 명령어 mkdir : 새로운 폴더를 생성하는 명령어 ls : 폴더나 파일의 목록을 출력하는..