You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
The scripts in bin all have a hard-coded path to the node binary, which will only work on systems that have node installed to that location (unlike mine). The hash-bangs should all be changed to the standard #!/usr/bin/env node invocation.
The scripts in bin all have a hard-coded path to the node binary, which will only work on systems that have node installed to that location (unlike mine). The hash-bangs should all be changed to the standard
#!/usr/bin/env nodeinvocation.