You can easily switch the Node.js version when you have downloaded multiple different versions of Node.js.
You can see the available list of Node.js by running the command,
nvm ls
You will see output like,
You can easily switch the Node.js version when you have downloaded multiple different versions of Node.js.
You can see the available list of Node.js by running the command,
nvm ls
You will see output like,
Recently I faced an issue while building yarn for one of my projects with the node build all command.
Error Display on CLI when running the command, yarn install && yarn run build-all
Error: Missing binding /home/rakesh/projects/projectName/app/design/frontend/Theme/default/node_modules/node-sass/vendor/linux-x64-64/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 10.x
You can take mysqldump DB backup from Mysql with just simple steps.