Coder Social home page Coder Social logo

Can't install on mac about terminalizer HOT 4 CLOSED

faressoft avatar faressoft commented on May 16, 2024
Can't install on mac

from terminalizer.

Comments (4)

faressoft avatar faressoft commented on May 16, 2024

You need to fix the permissions

chown -R faressoft /usr/local/lib/node_modules
chown -R faressoft /usr/local/bin
chown -R faressoft /usr/local/share

Change faressoft to your username.

from terminalizer.

souvikhaldar avatar souvikhaldar commented on May 16, 2024

Still getting the same error.

from terminalizer.

faressoft avatar faressoft commented on May 16, 2024

Please execute and give me the results of

ls -l /usr/local/lib/node_modules/terminalizer
ls -ld /usr/local/lib/node_modules/terminalizer
ls -ld /usr/local/lib/node_modules
ls -ld /usr/local/bin
ls -ld /usr/local/share

from terminalizer.

jukefr avatar jukefr commented on May 16, 2024

You could try this nodejs/node-gyp#454 (comment)

sudo npm install --unsafe-perm --verbose -g sails

When installing with sudo.

As for the reason an install currently won't work for you without a sudo is because it is trying to add global packages to /usr/local/lib/... and most operating systems will have permissions set to root for these folders.

If you are getting started with npm I would suggest you try and read this https://docs.npmjs.com/getting-started/fixing-npm-permissions (and the entire getting-started wiki for that matter) it talks about the NPM_CONFIG_PREFIX environment variable which allows you to set a custom global install path, preferably at your user's home folder (~ or /Users/$USER) this way you will not need sudo to install global packages.

from terminalizer.

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.