Closed casperdcl closed 3 years ago
looking at node_modules/.bin/*, the standard practice is to use #!/usr/bin/env node for this reason.
node_modules/.bin/*
#!/usr/bin/env node
looking at
node_modules/.bin/*
, the standard practice is to use#!/usr/bin/env node
for this reason.