-
What is happened?I have created project using yarn, and module folder of this project is changed using .yarnrc. Thank you. How to reproducescript
output
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This looks suspicious to me:
This means your .yarnrc has a line that looks like this, with nothing before or after it?
|
Beta Was this translation helpful? Give feedback.
-
I have read document and realized that .yarnrc is only specify yarn args. So I have came up with giving node_modules path using env variable and this is run.
|
Beta Was this translation helpful? Give feedback.
I have read document and realized that .yarnrc is only specify yarn args.
And
--modules-folder
is not ts-node arg so it is obvious not to run.So I have came up with giving node_modules path using env variable and this is run.