I
I
Ivan Nikolaevich2016-01-04 22:16:18
Node.js
Ivan Nikolaevich, 2016-01-04 22:16:18

Is it possible to use node_modules + symlink to organize the work of several builds?

There is a server with several projects on it, each of which uses the same gulp build for the front-end and, accordingly, its own node_modules folder with exactly the same modules.
Question: Is it possible to make one common node_modules at the root, and add symlinks per directory to all projects?
Interested in whether they will work in parallel, whether they will interfere with each other?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pomeo, 2016-01-04
@pomeo

It will work and shouldn't be a problem.

E
Eugene, 2016-01-05
@Nc_Soft

Install via -g

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question