node 14

[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] Jest worker encountered 4 child process exceptions, exceeding retry limit

Jest worker encountered 4 child process exceptions, exceeding retry limit If you see this kind of message in your Console, it means that it has to be done with Async and await. In my case.. describe('InputSchema when validated', () => { it('should be a valid schema', async () => { expect(Joi.isSchema(InputSchema)).toBe(true) InputSchema.validateAsync(mockValidInput) InputSchema.validateAsync(moc..

Node.js/Jest 2022.04.07