Current Directory:
/opt/bitninja-node-dojo/lib/node_modules/npm/bin/node-gyp-bin
Upload
Create File
File Name
Size
Actions
node-gyp
172 bytes
Edit
|
Delete
|
Rename
|
Download
node-gyp.cmd
144 bytes
Edit
|
Delete
|
Rename
|
Download
#!/usr/bin/env sh if [ "x$npm_config_node_gyp" = "x" ]; then node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@" else "$npm_config_node_gyp" "$@" fi
Save Changes