Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Problem with npm, Bower, Sublime

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43862
    mauphie
    Member

    Tried installing Bower package onto Sublime. Said it was installed, but never worked. I get the warning:
    > bower could not be found in your $PATH. Install bower with npm install bower -g

    Not comfortable in Terminal, but went in and tried to install there. Now getting the error:

    >-bash: npm: command not found

    I’m a total noob in working in Terminal, not sure what’s going on or how to fix it.
    Thanks for any help!!

    #130529
    TheDoc
    Member

    This stuff can certainly feel really complicated!

    -bash: npm: command not found

    That means that you don’t have npm installed.

    > **npm** is a package manager for Node.js that is run through the command line and manages dependencies for an application. It is the predominant package manager for Node.js.

    Unfortunately, all of this stuff is a little beyond me, but hopefully you can get some info from here: https://npmjs.org/

    Or, better yet, somebody will jump on and explain it better than I can!

    #130561
    mauphie
    Member

    Excellent! I did some searching and found a Node installer. I was then able to install Bowser and everything appears to be working fine.
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.