-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Resolution Errors while trying to bundle and minify Node cli source files #364
Comments
If you are bundling something for node, you should be using |
That does work but it seems like the output file permissions restricted the user from accessing it. Is there another flag I need to pass to fix that? |
I’m not sure what you mean by permissions. Could you provide more information? For example, are you on Unix and expecting the executable permission bit to be set on the output file? Does |
chmod works |
Are you perhaps using a script starting with a |
Yes I am
On Tue, Sep 8, 2020 at 22:52 Evan Wallace ***@***.***> wrote:
Are you perhaps using a script starting with a #! hashbang
<https://github.com/tc39/proposal-hashbang> line?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#364 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACS6SLCHMJ2IQ3VL7AL7F2LSE3UYVANCNFSM4QTNO6PQ>
.
--
Best regards,
Lakshay Sharma
|
I installed esbuild and rand the following command but received a bunch of errors. Is there something that I'm missing from the docs?
Input:
Output
The text was updated successfully, but these errors were encountered: