ExtendScript / extendscriptr

An NPM command line tool to compile modern javascript (es5 & es6) into executable extendscript (es3)
Do What The F*ck You Want To Public License
153 stars 15 forks source link

Global install still not working #38

Closed ff6347 closed 6 years ago

ff6347 commented 6 years ago

Issue #45 is created by the package add-local-binaries-to-path. This only works in unix environments. I also dislike that it edits the users environment without telling something about it in the README. I will remove it.

ff6347 commented 6 years ago

I installed it globally and it works without that package.

GitBruno commented 6 years ago

Did you remove these lines from your .bashProfile when testing?

# added by `npm i -g add-local-binaries-to-path`
export PATH="$PATH:./node_modules/.bin"
ff6347 commented 6 years ago

Jepp. removed them all from my config files.

ff6347 commented 6 years ago

doesn't it work for your system?

GitBruno commented 6 years ago

Yep all good. Sorry for the headache, my test was running in it's own seperate env :) Taking global a little too serious!