-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Typescript custom server example is broken #4580
Comments
+1 |
Tried the answer here - #4543 Namely: |
It seems the problem was from the fact that windows power shell escapes the {
"watch": [
"server/**/*.ts"
],
"execMap": {
"ts": "ts-node --compilerOptions {\"\"\"module\"\"\":\"\"\"commonjs\"\"\"}"
}
} PS: Please close the issue. |
Is this issue resolved? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Typescript custom server example is broken
Example name
custom-server-typescript
Describe the bug
When launching the demo with
yarn run dev
the following error is displayed:To Reproduce
Clone the example repository, install the dependencies and type
yarn run dev
Expected behavior
The example shoud work.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: