How to resolve Error: Node Sass does not yet support your current environment: Windows 64-bit.

This error message does not indicate a problem with Ionic, but rather with node-sass, which is specified to execute in your Gulp file. Try to run the below code npm rebuild node-sass (with -g if node-sass was installed globally). If it didn’t rectify the issue then npm uninstall node-sass && npm install node-sass (again, with… Continue reading How to resolve Error: Node Sass does not yet support your current environment: Windows 64-bit.

How we can handle keyboard action in a custom alert

Consider the scenario, We have a client script deployed in the item fulfillment record and when the status of the item fulfillment status is changed to shipped only via UI a dialogue box must be shown and it contains the texts from the shipping note field(The field in the item fulfillment record.) The dialogue box… Continue reading How we can handle keyboard action in a custom alert

Error: Missing binding /home/jandj/Documents/GitHub/Rize_Home_USA_NS/Sandbox/Extension/node_modules/node-sass/vendor/linux-x64-93/binding.node

This path might be change According to Project. Scenario when we try to fetch or run local error message as shown above will display in our terminal. Solution open terminal  Select NVM 12.21.0 using below code  nvm use 12.21.0 install npm  run below comand to download the binding for our current environment. npm rebuild node-sass… Continue reading Error: Missing binding /home/jandj/Documents/GitHub/Rize_Home_USA_NS/Sandbox/Extension/node_modules/node-sass/vendor/linux-x64-93/binding.node