You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started to use pnpm and kinda liked it but could not achieve something i wan't. In my project i have a test branch, in which i am testing newer versions of the packages before i upgrade them. In such case i just noticed that pnpm install command only reads the packages i created previously.
For example i installed react-native-video@1.x.x in my origin and switched to test branch and tried to install react-native-video@2.x.x , in this case it is installing the 2.x.x in the node_modules for android but if i run pod-install i see that it is installing from 1.x.x.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I just started to use pnpm and kinda liked it but could not achieve something i wan't. In my project i have a test branch, in which i am testing newer versions of the packages before i upgrade them. In such case i just noticed that
pnpm install
command only reads the packages i created previously.For example i installed
react-native-video@1.x.x
in my origin and switched to test branch and tried to installreact-native-video@2.x.x
, in this case it is installing the2.x.x
in the node_modules for android but if i runpod-install
i see that it is installing from1.x.x
.How can I handle such case?
Beta Was this translation helpful? Give feedback.
All reactions