TypeScript build for production #14514
Unanswered
richardtorres314
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As explained on the site under Deployment, the scripts mentioned won't work on production if using TypeScript and a node.js server since
npm install --production
won't install the required@types
packages.Does anyone know how I'd go about still using a node.js server but resolving the TypeScript issue? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions