[BUG] QuickSetup production script throws an error (sh: ts-node: not found)
See original GitHub issueOS: 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s been a busy month but I will have a chance to update a couple of things next few days.
@joeygoksu Love your repo, hope it receives better support and care! You’re awesome.