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

Run @sveltejs/adapter-node in production mode waiting for a long time #5521

Closed
roboticscm opened this issue Jul 14, 2022 · 1 comment
Closed

Comments

@roboticscm
Copy link

Describe the bug

New sveltekit project: npm create svelte test-app
Enter project: cd test-app
Add devDependencies: yarn add -D @sveltejs/adapter-node

Edit svelte.config.js

import adapter from '@sveltejs/adapter-node';

/** @type {import('@sveltejs/kit').Config} */
const config = {
	kit: {
		adapter: adapter()
	}
};

export default config;

Build: yarn && yarn build
Run node build/index.js
Open the browser at http://localhost:3000 and wait forever!!!

Reproduction

...

Logs

No response

System Info

System:
    OS: macOS 12.3.1
    CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
    Memory: 549.35 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 18.4.0 - ~/.nvm/versions/node/v18.4.0/bin/node
    Yarn: 1.22.19 - ~/node/node-v14.17.0-darwin-x64/bin/yarn
    npm: 8.12.1 - ~/.nvm/versions/node/v18.4.0/bin/npm
  Browsers:
    Chrome: 103.0.5060.114
    Safari: 15.4
  npmPackages:
    @sveltejs/adapter-auto: next => 1.0.0-next.59 
    @sveltejs/adapter-node: ^1.0.0-next.79 => 1.0.0-next.79 
    @sveltejs/kit: next => 1.0.0-next.372 
    svelte: ^3.44.0 => 3.49.0 
    vite: ^2.9.13 => 2.9.14

Severity

serious, but I can work around it

Additional Information

No response

@gtm-nayan
Copy link
Contributor

Duplicate #5431

@gtm-nayan gtm-nayan closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2022
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

No branches or pull requests

2 participants