Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer: installed module can not run in fish terminal #501

Closed
axetroy opened this issue Jun 18, 2019 · 2 comments · Fixed by #512
Closed

installer: installed module can not run in fish terminal #501

axetroy opened this issue Jun 18, 2019 · 2 comments · Fixed by #512

Comments

@axetroy
Copy link
Contributor

axetroy commented Jun 18, 2019

eg. install file_server

deno run -A https://deno.land/std/installer/mod.ts file_server https://deno.land/std/http/file_server.ts --allow-net --allow-read

run installed module file_server in fish terminal

> file_server
Failed to execute process '/Users/axetroy/.deno/bin/file_server'. Reason:
exec: Exec format error
The file '/Users/axetroy/.deno/bin/file_server' is marked as an executable but could not be run by the operating system.

Temporary solution:

> sh file_server
HTTP server listening on http://0.0.0.0:4500/
@axetroy axetroy changed the title installed module can not run in fish terminal installer: installed module can not run in fish terminal Jun 18, 2019
@bartlomieju
Copy link
Member

@axetroy is this issue still valid after #499?

@axetroy
Copy link
Contributor Author

axetroy commented Jun 19, 2019

@bartlomieju yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants