ts-node-dev: no script to run provided Run Code Online (Sandbox Code Playgroud)Meg*_*gan 5 根据dotenv-cli 文档,--如果您想将标志传递给内部命令,则需要使用。对于您的情况,以下内容应该有效: dotenv -e .env.prod -- ts-node-dev --files deploy-commands.ts Run Code Online (Sandbox Code ...
Issue description my script was something like this ts-node-dev --respawn --inspect --transpileOnly ./src/index.ts after upgrading to 1.0.0 the following error was shown ts-node-dev: no script to run provided Usage: ts-node-dev [options]...
even though it is installed and visible in users/user/node_modules/ts-node. The installation was done via 'sudo npm install -g ts-node', and despite searching through the first 3-4 pages of Google, no solutions worked. To solve this issue, there are three options: run the command from...
Btw I dont use reflect-metadata, so no problem with decorators (its pretty much unusable with ESM as it fails to resolve cycles and errors on runtime because of it). If you dont mind, I could invite you to the private repo where I have the full project. It is a tutorial I am work...