Viewing File: /usr/share/nodejs/npm/bin/node-gyp-bin/node-gyp

#!/usr/bin/env sh
if [ "x$npm_config_node_gyp" = "x" ]; then
  /usr/bin/node-gyp "$@"
else
  "$npm_config_node_gyp" "$@"
fi
Back to Directory File Manager