npm 5

[Node] npm install unablleto resolve dependency.. fix the upstream dependency conflit or..

$ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [dependency] npm ERR! npm ERR! Could not resolve dependency: npm ERR! node_modules/[command] npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency..

Bug/Node 2022.04.27

[Node.js] [MongoDB] System has not been booted with systemd as init system (PID 1). Can't operate.Failed to connect to bus: Host is down

WSL doesn't accept the command of systemctl. We use service instead then change the location of the service that we are trying to use $ sudo systemctl status mongodb System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down $ sudo service mongodb status * Checking status of database mongodb [fail] $ sudo service mongodb start * Starting..

Node.js 2022.04.05

[Node Error] npm install forever loading with sill idealTree

persmission issue with bitbucket id and password >> login https://brightlightkim.tistory.com/66?category=1268879 [Git] npm install stopped after asking for username and password Adding ssh private key solved this problem. $ npm install joi (⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠧ idealTree:workflow-base: sill idealTree buildDeps $ eval $(ssh-agent) Agent pid 1886 $ ssh-add.. brightlightkim.tistory.com This solved..

Bug 2022.03.31