• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Error trying to run: npm run install-mm

Scheduled Pinned Locked Moved Solved Troubleshooting
18 Posts 2 Posters 4.9k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Away
    sdetweil @lvolkjr
    last edited by sdetweil Oct 28, 2023, 10:51 AM Oct 28, 2023, 10:50 AM

    @lvolkjr ok, try this

    which node
    n ls
    

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    L 1 Reply Last reply Oct 28, 2023, 4:49 PM Reply Quote 0
    • L Offline
      lvolkjr @sdetweil
      last edited by Oct 28, 2023, 4:49 PM

      @sdetweil
      lowell@raspberrypi:~/MagicMirror $ which node
      /usr/bin/node
      lowell@raspberrypi:~/MagicMirror $ n ls
      bash: n: command not found

      S 1 Reply Last reply Oct 28, 2023, 4:55 PM Reply Quote 0
      • S Away
        sdetweil @lvolkjr
        last edited by Oct 28, 2023, 4:55 PM

        @lvolkjr ok, thx… but how did you get to node 18? it doesn’t come as default.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        L 1 Reply Last reply Oct 28, 2023, 5:20 PM Reply Quote 0
        • L Offline
          lvolkjr @sdetweil
          last edited by Oct 28, 2023, 5:20 PM

          @sdetweil I was looking for a solution prior to coming to this forum and following someone else’s answer to there own issue that I thought would work for me, but got me no where. they said to change to node 18 from here: https://github.com/nodesource/distributions

          Download and import the Nodesource GPG key
          

          sudo apt-get update
          sudo apt-get install -y ca-certificates curl gnupg
          sudo mkdir -p /etc/apt/keyrings
          curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

          Create deb repository
          

          NODE_MAJOR=20
          echo “deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main” | sudo tee /etc/apt/sources.list.d/nodesource.list

          Optional: NODE_MAJOR can be changed depending on the version you need.

          NODE_MAJOR=16
          NODE_MAJOR=18
          NODE_MAJOR=20
          NODE_MAJOR=21

          Run Update and Install
          

          sudo apt-get update
          sudo apt-get install nodejs -y

          Did this screw me up?

          S 1 Reply Last reply Oct 28, 2023, 5:31 PM Reply Quote 0
          • S Away
            sdetweil @lvolkjr
            last edited by sdetweil Oct 28, 2023, 5:31 PM Oct 28, 2023, 5:31 PM

            @lvolkjr said in Error trying to run: npm run install-mm:

            Did this screw me up?

            maybe…

            try this

            sudo apt-get remove nodejs -y
            

            then do
            node -v

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            L 1 Reply Last reply Oct 28, 2023, 5:37 PM Reply Quote 0
            • L Offline
              lvolkjr @sdetweil
              last edited by Oct 28, 2023, 5:37 PM

              @sdetweil I didn’t see any errors after running sudo apt-get remove nodejs -y
              When I run node -v I get this:
              bash: /usr/bin/node: No such file or directory

              S 1 Reply Last reply Oct 28, 2023, 5:45 PM Reply Quote 0
              • S Away
                sdetweil @lvolkjr
                last edited by Oct 28, 2023, 5:45 PM

                @lvolkjr ok, do

                ls /usr/bin/node

                should return file not found
                do
                hash -r
                node -v

                just to make sure…
                then run my install or upgrade script as appropriate…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                L 1 Reply Last reply Oct 28, 2023, 5:49 PM Reply Quote 0
                • L Offline
                  lvolkjr @sdetweil
                  last edited by Oct 28, 2023, 5:49 PM

                  @sdetweil This is what I got:
                  lowell@raspberrypi:~ $ ls /usr/bin/node
                  ls: cannot access ‘/usr/bin/node’: No such file or directory
                  lowell@raspberrypi:~ $ hash -r
                  lowell@raspberrypi:~ $ node -v
                  bash: node: command not found

                  Do you still want me to run your script? I feel like node -v should have given me a different output, like the version number.

                  S 1 Reply Last reply Oct 28, 2023, 6:18 PM Reply Quote 0
                  • S Away
                    sdetweil @lvolkjr
                    last edited by sdetweil Oct 28, 2023, 6:19 PM Oct 28, 2023, 6:18 PM

                    @lvolkjr I expected something too

                    I’d rebuild the SD card, boot, skip updates

                    then use my script. this node install is such a mess, they changed the process…ugh

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    L 1 Reply Last reply Oct 28, 2023, 6:25 PM Reply Quote 0
                    • L Offline
                      lvolkjr @sdetweil
                      last edited by Oct 28, 2023, 6:25 PM

                      @sdetweil Yea, I figured. Thanks for all your help. Hopefully I could repay you in the future. I’ll keep you updated to what happens.

                      L 1 Reply Last reply Oct 28, 2023, 7:21 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/18
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy