browserify-handbook icon indicating copy to clipboard operation
browserify-handbook copied to clipboard

What does it mean?

Open coobersdoobers opened this issue 9 years ago • 1 comments

What does this paragraph means?

node also has a mechanism for searching an array of paths, but this mechanism is deprecated and you should be using node_modules/ unless you have a very good reason not to.

How those two things are releated?

coobersdoobers avatar Mar 07 '16 13:03 coobersdoobers

It's a reference to $NODE_PATH, but its use is highly discouraged. You can read more about NODE_PATH and how the module loading algorithm works here: https://nodejs.org/api/modules.html#modules_loading_from_the_global_folders

emilbayes avatar Nov 07 '16 10:11 emilbayes