All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.get_path_to_default_node.sh Maven / Gradle / Ivy

There is a newer version: 9.3.0
Show newest version
#!bin/sh
OUTPUT="$(npm root -g)"
echo "${OUTPUT}"
exit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy