MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. fire1ce
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    fire1ce

    @fire1ce

    0
    Reputation
    436
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    fire1ce Unfollow Follow

    Latest posts made by fire1ce

    • RE: NPM install is giving Error.

      @nonamero said in NPM install is giving Error.:

      @fire1ce

      try

      curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
      sudo apt-get install -y nodejs
      npm install -g npm@latest
      

      thanks. that helps.

      posted in Troubleshooting
      F
      fire1ce
    • RE: NPM install is giving Error.

      @nonamero

      curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash -
      sudo apt-get install -y nodejs
      npm install -g npm@latest
      

      won’t install npm. getting command not found: npm

      posted in Troubleshooting
      F
      fire1ce