With node, when I run npm install things get installed into ./node_modules. Is there any method to make all of my Perl modules install local to the project directory? Not to my home directory, or to my system?
Something like ./perl_modules?
With node, when I run npm install things get installed into ./node_modules. Is there any method to make all of my Perl modules install local to the project directory? Not to my home directory, or to my system?
Something like ./perl_modules?
Copyright © 2021 Jogjafile Inc.
You can do this with
cpanmwith--local-lib-contained=node_modulesThen you can run tell
perlto use it by setting-Ilike this,