How to solve “/usr/bin/env: ‘node’: No such file or directory” issue
Sometimes while working on any technology dependent on node, we get an error or issue /usr/bin/env:node : No such file or directory and we got stuck. So so in this artice we will see that how can we solve this node environment related issue. For this first we will need to ensure that we have installed node correctly… Read More »