• 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.

cannot install pm2

Scheduled Pinned Locked Moved Troubleshooting
46 Posts 2 Posters 11.0k 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.
  • M Offline
    mrlowndes
    last edited by Apr 29, 2020, 6:41 PM

    Hello. I’m getting this error when I try to install pm2:

    • do I install in /MagicMirror directory?
    pi@raspberrypi:~/MagicMirror $ sudo npm install -g pm2
    npm ERR! Unexpected end of JSON input while parsing near '...s":{"moment-timezone"'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2020-04-29T18_34_01_247Z-debug.log
    
    S 1 Reply Last reply Apr 29, 2020, 6:48 PM Reply Quote 0
    • S Offline
      sdetweil @mrlowndes
      last edited by Apr 29, 2020, 6:48 PM

      @mrlowndes not in MagicMirror…

      did u try to install MagicMirror manually ?

      do node -v and npm -v

      what OS is this

      show results of lsb_release -a

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        mrlowndes
        last edited by Apr 29, 2020, 6:51 PM

        @sdetweil yes, manual install of MM

        pi@raspberrypi:~ $ node -v
        v10.20.1
        pi@raspberrypi:~ $ npm -v
        6.14.4
        

        how do I show results of lsb_release -a?

        S 1 Reply Last reply Apr 29, 2020, 7:05 PM Reply Quote 0
        • S Offline
          sdetweil @mrlowndes
          last edited by sdetweil Apr 29, 2020, 7:06 PM Apr 29, 2020, 7:05 PM

          @mrlowndes lsb_release -a

          same way you did results of npm -v

          on my desktop i see

          (base) sam@sams:~/MagicMirror$ lsb_release -a
          No LSB modules are available.
          Distributor ID:	Ubuntu
          Description:	Ubuntu 18.04.4 LTS
          Release:	18.04
          Codename:	bionic
          

          do this

          sudo apt-get purge -y npm 
          

          then

          rm -rf ~/MagicMirror
          

          and then run my installer script from here
          https://github.com/sdetweil/MagicMirror_scripts
          read the readme for the command to issue

          it will ask to install pm2 and disable screen saver

          if you don’t, then I have extra scripts to do those

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • M Offline
            mrlowndes
            last edited by Apr 29, 2020, 7:10 PM

            @sdetweil ok I’ll give that a go. In the meantime:

            pi@raspberrypi:~ $ sudo npm install -g pm2
            npm ERR! Unexpected end of JSON input while parsing near '...s":{"moment-timezone"'
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /root/.npm/_logs/2020-04-29T18_49_06_787Z-debug.log
            

            and

            pi@raspberrypi:~/MagicMirror $ lsb_release -a
            No LSB modules are available.
            Distributor ID:	Raspbian
            Description:	Raspbian GNU/Linux 10 (buster)
            Release:	10
            Codename:	buster
            
            S 1 Reply Last reply Apr 29, 2020, 7:11 PM Reply Quote 0
            • S Offline
              sdetweil @mrlowndes
              last edited by Apr 29, 2020, 7:11 PM

              @mrlowndes so, I asked you to uninstall npm

              sudo apt-get purge -y npm 
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • M Offline
                mrlowndes
                last edited by Apr 29, 2020, 7:14 PM

                @sdetweil yes, stand by…

                1 Reply Last reply Reply Quote 0
                • M Offline
                  mrlowndes
                  last edited by Apr 29, 2020, 7:21 PM

                  @sdetweil purged npm, now running your installer script…updating packages…I’m on a 2Mb/s internet connection…

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mrlowndes
                    last edited by Apr 29, 2020, 7:59 PM

                    @sdetweil

                    We're ready! Run pm2 start MagicMirror from the ~/MagicMirror directory to start your MagicMirror.
                     
                     
                    pi@raspberrypi:~ $ cd MagicMirror
                    pi@raspberrypi:~/MagicMirror $ pm2 start MagicMirror
                    bash: pm2: command not found
                    pi@raspberrypi:~/MagicMirror $ 
                    
                    S 1 Reply Last reply Apr 29, 2020, 8:10 PM Reply Quote 0
                    • M Offline
                      mrlowndes
                      last edited by Apr 29, 2020, 8:05 PM

                      @sdetweil looks like pm2 was not installed:

                      Splashscreen: Changed theme to MagicMirror successfully.
                      Do you want use pm2 for auto starting of your MagicMirror (y/N)?y
                      install and setup pm2
                      bash: line 442: pm2: command not found
                      bash: line 518: pm2: command not found
                      bash: line 521: pm2: command not found
                      Do you want to disable the screen saver? (y/N)?y
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 1 / 5
                      1 / 5
                      • First post
                        9/46
                        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