For example, there is two package A and B
root
ㄴA
ㄴB
I want to install A package in package B. if i execute pnpm install @workspace/B
, A is installed in B by link. I want to install A in B's node_moduels. how can i do this?
For example, there is two package A and B
root
ㄴA
ㄴB
I want to install A package in package B. if i execute pnpm install @workspace/B
, A is installed in B by link. I want to install A in B's node_moduels. how can i do this?