I am unable to create JavaScript file with terminal in typescript replit

Question:


Repl link:

code snippet

Hi @133TarunDodiya, welcome to the community!

Can you provide some more information?

1 Like

Ya sure, in typescript file we created the node file to combined typescript but in terminal its not working, can we use tcs comand in terminal ?

Iā€™m not exactly sure what you mean. But are you using the Console tab or the Shell tab?

1 Like

i am using in shell tab

Use touch <filename>.js.

2 Likes

Run touch <filename>.js and it should work. If you need to create it in a specific folder, use cd <folder path>

1 Like