run-applescript : Run AppleScript and get the result. You can installing run-applescript npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install run-applescript $ sudo npm install -g run-applescript
If want to update the run-applescript package execute the command as below,
$ sudo npm update run-applescript
Update package globally,
$ npm install -g run-applescript
$ sudo git clone https://github.com/rektide/run-applescript.git
$ sudo npm install -g ./run-applescript
run-applescript@3.0.0 /usr/lib/node_modules/run-applescript
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall run-applescript
| Package Name | run-applescript |
| Version | 3.0.0 |
| Description | Run AppleScript and get the result |
| Released Date | 2016-04-26T18:04:41.987Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/run-applescript/tutorial |