Похожие чаты

Do you know how to fix it? if i add

/src/ in my readFile string it works but i dont want to resolve like this, why am i forced to use specify src?

I start my app with

npx ts-node-dev --respawn --transpile-only src/test.ts

18 ответов

15 просмотров

Because readFile is relative to your current working directory

Filiberto- Автор вопроса

Is this command ran after cd'ing into src?

Filiberto- Автор вопроса
Thomas
Is this command ran after cd'ing into src?

i just use it to compile my ts file

Filiberto
i just use it to compile my ts file

So your current working directory is not src

Filiberto- Автор вопроса
Thomas
So your current working directory is not src

how can i tell to ts to consider src as my working dir?

Filiberto
???

I think use process.cwd() in the readFile instead of ./

Filiberto- Автор вопроса
David
I think use process.cwd() in the readFile instead ...

can i do something wiht typescript config?

Filiberto
can i do something wiht typescript config?

I think that is completely unrelated to readFile. the tsconfig stuff is for telling the compiler where to look when it builds the ts into js

Filiberto- Автор вопроса

.

Filiberto
.

// tconfig.json { "compilerOptions": { "rootDir": "src", ... "ts-node": { "transpileOnly": true, "files": true, "compilerOptions": { "rootDir": "." } } }

Filiberto
how can i tell to ts to consider src as my working...

cd src && npx ts-node-dev --respawn --transpile-only test.ts

Filiberto- Автор вопроса
Filiberto- Автор вопроса
Thomas
cd src && npx ts-node-dev --respawn --transpile-on...

it works but i dont want to go inside src, like this

Filiberto
it works but i dont want to go inside src, like th...

That's what "current working directory" means

Filiberto- Автор вопроса
Thomas
That's what "current working directory" means

shouldn't be related to the file where Im writing the code?

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
Привет)) уже кажется эту тему перемусолили, но вот я так и не понял. Я сейчас сижу на 27дюймов 2к мониторе. На Актуальной макоси, если я куплю 27д 4к монитор: - будет ли изобр...
Vladislav Piskunov
15
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
any reference of this implementation?
BitBuddha
29
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
&"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64\dumpbin.exe" /EXPORTS C:\Users\Yeet\Tauon\vcpkg\installed\x64-window...
Martin Rys
6
Карта сайта