Question d’entretien chez Google

Please provide the command to identify the node location in linux sysytem ?

Réponse à la question d'entretien

Utilisateur anonyme

18 avr. 2018

Running dpkg-query -L nodejs will list the full path to every file belonging to the nodejs package. If /usr/bin/node is not there (it should be a symlink to /usr/bin/nodejs).