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 tried using a directory I created before instead of XXX, I tried using $(mktemp -d), I tried giving only the directory (no file name), I tried omitting the output directory.
I always get the same error (with different paths for the resulting file):
Compile file:///pkgx/entrypoint.ts to bin/pkgx
error: Writing temporary file 'bin/pkgx.tmp-960d8c20d146d532'
Caused by:
Is a directory (os error 21)
The user I am running this command as has permissions to create files in the directory I specify.
So I am a little puzzled and would like to debug this further. How to do that? I found no --verbose or debug flags for the deno or deno compile commands.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am just starting with deno, so please forgive me if this is in a FAQ or similar that I might have missed.
I am trying to compile pkgx but always end up with the same error, not matter which
--output
parameter I use (or omit).I am using the following command taken from pkgx's configuration file:
I tried using a directory I created before instead of
XXX
, I tried using$(mktemp -d)
, I tried giving only the directory (no file name), I tried omitting theoutput
directory.I always get the same error (with different paths for the resulting file):
The user I am running this command as has permissions to create files in the directory I specify.
So I am a little puzzled and would like to debug this further. How to do that? I found no
--verbose
ordebug
flags for thedeno
ordeno compile
commands.Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions