전체 글 359

[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 ~/.ssh/id_rsa Enter passphrase for /home//.ssh/id_rsa: Identity added: /home//.ssh/id_rsa $ ssh -T git@bitbucket.org authenticated via ssh key. You can use git to connect to Bitbucket. Shell access is disabled $ npm in..

Bug/Git 2022.04.02

[Node] opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error’ ]

Check which version of node you are using when you build the vue-cli or node. $ npm run serve > front-end@0.1.0 serve > vue-cli-service serve INFO Starting development server... 10% building 2/2 modules 0 activeError: error:0308010C:digital envelope routines::unsupported ..... ..... opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelop..

Bug 2022.03.31

[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