global install
See original GitHub issueIt should work. At least I do not have any issues using puppeteer for my website-stack
package and using it globally.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes but with a link to the wiki’s troubleshooting section
Environment
Method
$ npm i relaxedjs -g
(without sudo)No problem, and works as expected 👍