On Wed, Oct 17, 2018 at 10:00 AM Mark A. Yoder <[email protected]> wrote: > > npm install -g appears to install in /usr/lib/node_modules, but $NODE_PATH is > set to /usr/local/lib/node_modules. > > Should the two be pointing to the same place? If so, which is the correct > place?
As a normal user, "/usr/local/lib/node_modules" and anything we package with our custom nodejs (v6.14.x) we also stick in "/usr/local/lib/node_modules".. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYi2ifmkTjUD-B1GL4JWVvNxFWfJeUNhanjabwqfAtQjug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
