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
Hey there, I am interested to see if there is a plan for one to be able to do npx deno index.ts at some point? I checked #2473 and it looks like the install bullet is already ticked off, but when I tried this command, I got:
ENOENT: no such file or directory, chmod 'C:\Users\me\AppData\Roaming\npm\node_modules\deno\bin\install.js'
Is the mentioned install bullet a different thing from what would be needed to make this an option?
The reason I am interested in this is that I think npx deno index.ts would give me the most straightforward flow when sharing scripts with people or myself on other devices. I am happy to assume people have a recent-enough Node (and thus NPX) installed, but I don't want to mess with NPM after cloning and the combination of npx deno gives me a no-setup experience where Deno will be fetched by that and the dependencies will be resolved and cached as well, so it's literally just a clone and run experience and that's really interesting to me.
The text was updated successfully, but these errors were encountered:
Hey there, I am interested to see if there is a plan for one to be able to do
npx deno index.ts
at some point? I checked #2473 and it looks like the install bullet is already ticked off, but when I tried this command, I got:ENOENT: no such file or directory, chmod 'C:\Users\me\AppData\Roaming\npm\node_modules\deno\bin\install.js'
Is the mentioned install bullet a different thing from what would be needed to make this an option?
The reason I am interested in this is that I think
npx deno index.ts
would give me the most straightforward flow when sharing scripts with people or myself on other devices. I am happy to assume people have a recent-enough Node (and thus NPX) installed, but I don't want to mess with NPM after cloning and the combination ofnpx deno
gives me a no-setup experience where Deno will be fetched by that and the dependencies will be resolved and cached as well, so it's literally just a clone and run experience and that's really interesting to me.The text was updated successfully, but these errors were encountered: