You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Platform / OS version: Windows 10 Home version 2004
Node.js version: 12.16.3
What steps will reproduce the problem?
Please include code that reproduces the issue.
Install ndb@^1.1.5 and ts-node-dev@^1.0.0-pre.62.
Create a script inside your package.json with the following content: ndb tsnd --respawn -- src/main.ts
Run yarn run my-script.
Other relevant information:
I am running a server at localhost:8080.
I am trying to debug an endpoint at localhost:8080/channels.
I am using NestJS.
What is the expected result?
The ndb gui should open, and src/main.ts should be executed.
What happens instead?
The ndb GUI opens, but the code never runs. It just gets stuck with the GUI opened.
Here are a few things that I have tried:
Running ndb yarn run other-script, where the script is the exact code above tnsd --respawn -- src/main.ts. In this case, the code is executed, but I can't use the debugger. It will not stop at the specified breakpoints.
Running ndb . and then running my scripts from the GUI.
Reinstalling node-gyp.
Installing ts-node-dev globally.
The text was updated successfully, but these errors were encountered:
See #269
downgrade with npm i -g [email protected] may help?
I had a similar issue with debugger; not working inside a process deeper inside npm run test, and the downgrade worked. Maybe it will help you too?
Steps to reproduce
Tell us about your environment:
^1.1.5
What steps will reproduce the problem?
Please include code that reproduces the issue.
ndb@^1.1.5
andts-node-dev@^1.0.0-pre.62
.package.json
with the following content:ndb tsnd --respawn -- src/main.ts
yarn run my-script
.Other relevant information:
localhost:8080
.localhost:8080/channels
.What is the expected result?
The ndb gui should open, and
src/main.ts
should be executed.What happens instead?
The ndb GUI opens, but the code never runs. It just gets stuck with the GUI opened.
Here are a few things that I have tried:
ndb yarn run other-script
, where the script is the exact code abovetnsd --respawn -- src/main.ts
. In this case, the code is executed, but I can't use the debugger. It will not stop at the specified breakpoints.ndb .
and then running my scripts from the GUI.node-gyp
.ts-node-dev
globally.The text was updated successfully, but these errors were encountered: