You can start Next.js development server with the command npm run dev This will start the … How to change Next.js portRead more
Node.js
How to Install Yarn Package Manager on Ubuntu
Yarn is a javascript package manager like npm. Import the GPG key curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | … How to Install Yarn Package Manager on UbuntuRead more
gridsome error:03000086:digital envelope routines::initialization error
When starting a gridsome project on Ubuntu 20.04 with Node.js version v18.10.0, it failed with the … gridsome error:03000086:digital envelope routines::initialization errorRead more
Install Yarn Package Manager
Yarn is a package manager for JavaScript like npm. It is commonly used for managing dependencies … Install Yarn Package ManagerRead more