Code Monkey home page Code Monkey logo

Comments (6)

dkiziridis avatar dkiziridis commented on August 20, 2024 6

This is a node configuration issue.
Do this to fix it:
cd ~ && mkdir .node_modules_global && npm config set prefix=$HOME/.node_modules_global && npm config set prefix=$HOME/.node_modules_global

It's generally discouraged to install extensions outside the home directory, the above one liner changes the global path from

/usr

to

/home/user/.node_modules_global

You can then install bash-language-server using npm install bash-language-server --global

from bash-language-server.

mads-hartmann avatar mads-hartmann commented on August 20, 2024

@EvanWashkow You shouldn't need to install it with sudo - what happens if you don't use sudo?

from bash-language-server.

EvanWashkow avatar EvanWashkow commented on August 20, 2024

@mads-hartmann So, I tried that as well (and I ran it again, just to see the output).

npm WARN checkPermissions Missing write access to /usr/lib/node_modules
npm ERR! path /usr/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/lib/node_modules'
npm ERR!  { [Error: EACCES: permission denied, access '/usr/lib/node_modules']
npm ERR!   stack:
npm ERR!    'Error: EACCES: permission denied, access \'/usr/lib/node_modules\'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/lib/node_modules' }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/evan/.npm/_logs/2018-06-12T22_07_13_648Z-debug.log

Here's that debug.log mentioned:
2018-06-12T22_07_13_648Z-debug.log

from bash-language-server.

EvanWashkow avatar EvanWashkow commented on August 20, 2024

^ And, that's why I thought I needed to run as sudo, since it's trying to install those node modules in the /usr/lib/node_modules directory: which is root-only.

from bash-language-server.

mads-hartmann avatar mads-hartmann commented on August 20, 2024

@EvanWashkow It's a bit hard to debug these thing remotely - can you see if this guide helps you? 😊https://docs.npmjs.com/getting-started/fixing-npm-permissions

from bash-language-server.

EvanWashkow avatar EvanWashkow commented on August 20, 2024

Okay. Thank you.

from bash-language-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.