Use ".npmrc" prefix locally (current project)

40 views Asked by At

Is it possible to set a local destination folder for node_modules in a specific project with an npmrc file? (not globally)

I tried to use the syntax "prefix=modules" but modified only the global directory.

0

There are 0 answers