-
Notifications
You must be signed in to change notification settings - Fork 179
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
It can not start the server with nuekit 0.5.3, but works with nue 0.4.3 #253
Comments
I'm facing the same problem. |
@kzt-wt are you also using I'll test it on Windows later today / when I find the time. Then, we'll see, if there is some Windows related code / bun problems :) |
Yes |
I was able to reproduce this unexpected behavior. Will have to check since which change this happens. EDIT: |
I made a |
Found the problem: nue/packages/nuekit/src/cli.js Lines 106 to 107 in 6a7464b
I will try making it more robust, but that's it... |
OS : windows 11 23H2(22631.3374)
bun:1.1.2
E:\admin-dashboard>bun install nuekit@0.4.3 --global
bun add v1.1.2 (c8d072c2)
installed nuekit@0.4.3 with binaries:
1 package installed [31.00ms]
E:\admin-dashboard>nue
✓ Nue 0.4.3 • Bun 1.1.2
✓ Initialize ./.dist/dev: ••••••••••✓ Serving site from ./.dist/dev
✓ Building site to: ./.dist/dev
✓ Single-page apps 1
index.html
Time taken: 13ms
✓ http://localhost:8080/
^C
E:\admin-dashboard>bun uninstall nuekit --global
bun remove v1.1.2 (c8d072c2)
1 package removed [15.00ms]
E:\admin-dashboard>bun install nuekit --global
bun add v1.1.2 (c8d072c2)
installed nuekit@0.5.3 with binaries:
1 package installed [3.32s]
E:\admin-dashboard>nue
✓ Nue 0.5.3 • Bun 1.1.2
✓ Initialize ./.dist/dev: ••••••••••
✓ Building site to: ./.dist/dev
Time taken: 1ms
E:\admin-dashboard>
The text was updated successfully, but these errors were encountered: