We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New sveltekit project: npm create svelte test-app Enter project: cd test-app Add devDependencies: yarn add -D @sveltejs/adapter-node
npm create svelte test-app
cd test-app
yarn add -D @sveltejs/adapter-node
Edit svelte.config.js
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!!!
yarn && yarn build
node build/index.js
http://localhost:3000
...
No response
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
serious, but I can work around it
The text was updated successfully, but these errors were encountered:
Duplicate #5431
Sorry, something went wrong.
No branches or pull requests
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
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
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: