Categories
JavaScriptNode.js
The provided text explains how to resolve the issue of not being able to find Node.js version 18 using the nodenv install –list command. The author suggests upgrading nodenv using the anyenv command, as the usual method of upgrading through brew may not work when anyenv is used. After reinstalling nodenv and restarting the shell session, the user should be able to install Node.js version 18 using the nodenv install –list command. The author concludes by emphasizing the importance of understanding how to manage different language versions when using different version managers like nodenv.
JavaScriptJestNode.js
When we use an SVG file inside a React component, the test will be throwing these error. Solution: use jest-sv […]
AWSJavaScriptNode.jsTypeScript
AWS Lambda’s log will store in CloudWatch Logs. So we want to log the script data as a JSON format to se […]
JavaScriptNestjsNode.jsNx
Nx can create monorepo application easily. And Serverless Framework can deploy and maintain your Nestjs applic […]
JavaScriptJestNode.jsTypeScript
The playwright is a compatible headless browser framework to puppeteer. And it is maintaining by Microsoft. We […]
JavaScriptJestNode.jsPuppeteer
We can test your application/website by using Jest and puppeteer. And sometimes, we want to detect what HTML h […]
JavaScriptNode.jsoclifschematics
Schematics is a one of the famous generator tool. It’s using in Angular / NestJS / and any other big pro […]
JavaScriptNode.jsReactTypeScript
JSON-LD helps us to index our content into Google. We can make JSON-LD markup by using react-schemaorg. The to […]
We start to learn how to run the test for TypeScript by Jest. Install Set Jest configuration You can put the J […]
Referenced: https://www.npmjs.com/package/travis-deploy-exampleReferenced: https://docs.travis-ci.com/user/dep […]