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

Atualizar o "transpileOnly" no dev:server script no package.json #5

Open
renandf opened this issue Aug 29, 2020 · 0 comments
Open

Atualizar o "transpileOnly" no dev:server script no package.json #5

renandf opened this issue Aug 29, 2020 · 0 comments

Comments

@renandf
Copy link

renandf commented Aug 29, 2020

Rodar o yarn dev:server está dando erro porque a sintaxe da flag --transpileOnly está desatualizada.

Para solucionar, favor atualizar o comando de:
"dev:server": "ts-node-dev --inspect --transpileOnly --ignore-watch node_modules src/server.ts"

para:
"dev:server": "ts-node-dev --inspect --transpile-only --ignore-watch node_modules src/server.ts"

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

1 participant