Yesterday when I tried to build my react application, I got the below error message in the console: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory 1: 0x8dc510 node::Abort() [node] 2: 0x8dc55c [node]… Read More
nvm introduction
nvm is an excellent tool that can be used to manage different versions of nodejs in a single OS. I am using nvm in my development Linux server to switch the nodejs to the latest version after I download it… Read More
nvm ls-remote results in NA
Today I installed the nvm tool in my Linux server. When I run the ‘nvm ls-remote’ command, I got the below weird message: #nvm ls-remote N/A Because the Linux server is behind the company firewall, I have setup the environment… Read More