-
Notifications
You must be signed in to change notification settings - Fork 8
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
Deno binary download issue #6
Comments
I think the issue is mainly due to anti-viruses flagging deno on the first run or so. |
hi @louis-bompart ! this should be fixed in the newest release of the edge bundler, can you try and see if it works for you? Thank you! |
Closing this. In case of additional issues, let us know in subsequent comments and we'll get to it. |
Hi, sorry for the late answer, I just tested the latest release, I can confirm that the issue has been mitigated ✅ thanks! |
…dler#6) Co-authored-by: Renovate Bot <bot@renovateapp.com>
* refactor: rename variable * feat: add support for user import maps
Describe the bug
When deno is not installed globally,
edge-bundler
download it and then and try to rundeno --version
(using the downloaded version).However,
edge-bundler
does not wait for the binary to be 'free' by the operating system, which can lead to EBUSY1 error.Configuration
Pull requests
🔜
Footnotes
https://nodejs.org/dist/latest-v16.x/docs/api/all.html#all_os_posix-error-constants ↩
The text was updated successfully, but these errors were encountered: