Bug 26

[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

[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