You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodejs search for a module in the order of
(1) ./node_modules
(2) $NODE_PATH/node_modules
(3) $HOME/node_modules
(4) $HOME/node_libraries
(5) (node execpath)/node/lib
We need to determine the search order w.r.t. multiple plaforms since enviroment or cwd is not available in small devices.
The text was updated successfully, but these errors were encountered:
Nodejs search for a module in the order of
(1) ./node_modules
(2) $NODE_PATH/node_modules
(3) $HOME/node_modules
(4) $HOME/node_libraries
(5) (node execpath)/node/lib
We need to determine the search order w.r.t. multiple plaforms since enviroment or cwd is not available in small devices.
The text was updated successfully, but these errors were encountered: