question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It should work. At least I do not have any issues using puppeteer for my website-stack package and using it globally.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
Zulkocommented, May 4, 2018

Yes but with a link to the wiki’s troubleshooting section

2reactions
Adrioncommented, May 4, 2018

Environment

  • OSX 13.4
  • node 9.2.0
  • npm 6.0.0

Method

$ npm i relaxedjs -g (without sudo)

No problem, and works as expected 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Downloading and installing packages globally - npm Docs
Installing a package globally allows you to use the code in the package as a set of tools on your local computer. To...
Read more >
How do I install a module globally using npm? - Stack Overflow
If you want to install a npm module globally, make sure to use the new -g flag, for example: npm install forever -g....
Read more >
Install Global and Local NPM Packages - KnowledgeHut
Global modules are installed in the /usr/local/lib/node_modules project directory in the standard system, which is the system's root. Print the ...
Read more >
npm - How to install global packages, update ... - w3resource
How to install global packages, update global packages and uninstall ... You can use the command npm install -g <package>, for install:
Read more >
What is global installation of dependencies in Node.js
Global installing dependencies puts the module into your Node. js path, which is Operating System dependent) and will be accessible from any ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found