How to update Composer version by docker using PHP-CLI container?

You can update the composer version by Docker with the help of PHP CLI Container.

Let’s start by checking your docker available image with the help of command, docker ps.

You can see a list of available Container IDs with details of each IMAGE, and NAMES section. Continue reading “How to update Composer version by docker using PHP-CLI container?”

How to switch Node.js version using CLI?

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, Continue reading “How to switch Node.js version using CLI?”

Missing binding /project/node_modules/node-sass/vendor/linux-x64-64/binding.node while yarn build-all.

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
Continue reading “Missing binding /project/node_modules/node-sass/vendor/linux-x64-64/binding.node while yarn build-all.”