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

[nodemon] failed to start process, "ts-node" exec not found #1

Closed
Raidus opened this issue Dec 13, 2017 · 3 comments
Closed

[nodemon] failed to start process, "ts-node" exec not found #1

Raidus opened this issue Dec 13, 2017 · 3 comments

Comments

@Raidus
Copy link

Raidus commented Dec 13, 2017

Hi,

the docker version is working properly but if I try to npm run dev I'll get following error:

[nodemon] failed to start process, "ts-node" exec not found

What it's working in my case:

  1. changing port to 8081 in src/config.ts
  2. npm run build
  3. npm run start
@JackZhang1988
Copy link

you should install ts-node first, run npm install -g ts-node

@joelgriffith
Copy link
Collaborator

Just added it to devDeps and pushed on master. Shouldn't need to install it globally now

joelgriffith pushed a commit that referenced this issue Jun 21, 2018
Fixed cleanup not running, fixed chrome refresh, make the debug log o…
@raminadeeb
Copy link

Just run npm install ts-node. No need to install it globally.

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

4 participants