If you’ve ever used create-react-app as a global installation or through npx, but was previously on version 4.x.x of create-react-app/react-scripts, then you may notice an […] Read More
Category: Node.js
The example Dockerfile provided on the Next.js documentation only shows how to build for yarn. Below is a small adjustment to the original file to […] Read More

The argument to put most dependencies under dependencies instead of devDependencies can actually go both ways. More commonly I see people start with putting everything […] Read More

Prerequisites Docker is installed on the host A basic understanding of Node.js and package.json configuration Instructions Create a project folder Create a project folder of […] Read More