In order to use nvm you need to install in through .exe file. Here is the link to download nvm. Browse this link and download nvm-setup.zip file. Simply extract and install the exe file. Now playground is ready to play. In my case my node version was 12.18.2 . In my development process, there is… Continue reading Set up nvm in Windows 10
Month: June 2021
How to fix primordials is not defined
This primordials issue occurs when you have some different version for gulp and node. If you are using node 12 and gulp 3, then this problem happen while you automate your task. Here is the quick solution for you. If you are using yarn then add below snippet for in you package.json file and install… Continue reading How to fix primordials is not defined