nodeenv
nodeenv copied to clipboard
Global AND local modules at initial setup
There is a way to pass 2 files as global and local required packages?
At the moment I have one with output from command freeze global-req.txt
and freeze -l local-req.txt
but in nodeenv --requirements=...
I can pass only one file