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
I experienced the same. Installing with npm leads to the 'deleteme.scpt' error you mentioned, and like you, it points to the developer's local user path. Copying the contents of GitHub's node-jxa.js over the top of the installation's script of the same name fixed it, but that shouldn't be necessary obviously.
Hi. If you install the current (2.1.2) release from NPM, you'll get an error when Node-jxa runs
osacompile
:osacompile: couldn't write to file /Users/john/code/node-jxa/deleteme.scpt: No such file or directory
The vars at the top of
node-jxa.js
look like this in that release:You can check code in NPM's module package by getting the archive address with
npm view node-jxa dist.tarball
and downloading the archive.My guess is you might want to republish the release if NPM allows that, because code for the release seems to be different here on Github.
The text was updated successfully, but these errors were encountered: