Do we need to npm install if the file is transferred to another Expo XDE?

Do we need to npm install everytime, if the file is transferred to another Expo XDE ?

I’m not 100% sure I understand your question correctly but I think the answer is basically yes.

The standard way that JS projects that use npm/node_modules typically work is that you keep your source code in a repository and track that, and then when you get a new version of it or put it in a new place, you yarn or npm install to populate node_modules.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.