question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] QuickSetup production script throws an error (sh: ts-node: not found)

See original GitHub issue

OS: Windows 11 x64 node: 17.3.0 npm: 8.3.0

Steps to produce error:

  • open git-bash
  • run sh setup.sh

after above commands script throws an error on console: sh: ts-node: not found

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
joeygoksucommented, Feb 17, 2022

It’s been a busy month but I will have a chance to update a couple of things next few days.

2reactions
alvindrakescommented, Apr 16, 2022

@joeygoksu Love your repo, hope it receives better support and care! You’re awesome.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'ts-node' is not recognized as an internal or external command ...
I think the issue is with the newer versions of npm on Windows. For more info: github.com/remy/nodemon/issues/1951. Installing it globally fixed ...
Read more >
ts-node - npm
This error is thrown by node when a module is require() d, but node believes it should execute as native ESM. This can...
Read more >
node-pre-gyp build fail error while installing with npm ... - GitHub
I had a very similar issue I had to remove both my yarn.lock file and node_modules directory. I tried removing just the node_modules...
Read more >
Troubleshooting | ts-node - TypeStrong · GitHub
Any error that is not a TSError is from node.js (e.g. SyntaxError ), and cannot be fixed by TypeScript or ts-node. These are...
Read more >
Troubleshooting Node.js Deploys - Heroku Dev Center
Check out this advice to troubleshoot failed Node.js deploys. ... throw err; ^ Error: Cannot find module 'express'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found