MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    SOLVED v2.18.0 update gave black screen, then nothing.

    Troubleshooting
    4
    73
    996
    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.
    • R
      Richard238 @mumblebaj last edited by

      @mumblebaj

       $ node -v     v10.24.1
       $ npm -v      7.24.2
      
      
      mumblebaj 1 Reply Last reply Reply Quote 0
      • mumblebaj
        mumblebaj Project Sponsor @Richard238 last edited by

        @richard238 You want to update both first.

        R 1 Reply Last reply Reply Quote 0
        • R
          Richard238 @mumblebaj last edited by

          @mumblebaj

          Great ok, thank you.

          What’s the best way to do those two updates, please?

          mumblebaj 1 Reply Last reply Reply Quote 0
          • mumblebaj
            mumblebaj Project Sponsor @Richard238 last edited by

            @richard238 Just google update npm and update node. Once those are updated then you can do the rest. Uninstall mysql and run npm install in the MMM-MysqlQuery folder. Hopefully that will resolve the issues.

            R 1 Reply Last reply Reply Quote 0
            • R
              Richard238 @mumblebaj last edited by

              @mumblebaj

              Ok, step one completed and looking much more up-to-date:

              pi@magicmirror:~ $ npm -v
              8.3.0
              pi@magicmirror:~ $ node -v
              v17.3.0
              
              
              R 1 Reply Last reply Reply Quote 0
              • R
                Richard238 @Richard238 last edited by

                @richard238

                And step two:

                pi@magicmirror:~/MagicMirror $ npm uninstall mysql
                
                up to date, audited 758 packages in 10s
                
                66 packages are looking for funding
                  run `npm fund` for details
                
                found 0 vulnerabilities
                
                pi@magicmirror:~/MagicMirror $ cd modules/MMM-MysqlQuery
                pi@magicmirror:~/MagicMirror/modules/MMM-MysqlQuery $ npm install
                npm ERR! code ERESOLVE
                npm ERR! ERESOLVE unable to resolve dependency tree
                npm ERR! 
                npm ERR! While resolving: mmm-mysqlquery@1.0.0
                npm ERR! Found: stylelint@8.4.0
                npm ERR! node_modules/stylelint
                npm ERR!   dev stylelint@"^8.3.0" from the root project
                npm ERR! 
                npm ERR! Could not resolve dependency:
                npm ERR! peer stylelint@"^14.0.0" from grunt-stylelint@0.17.0
                npm ERR! node_modules/grunt-stylelint
                npm ERR!   dev grunt-stylelint@"latest" from the root project
                npm ERR! 
                npm ERR! Fix the upstream dependency conflict, or retry
                npm ERR! this command with --force, or --legacy-peer-deps
                npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
                npm ERR! 
                npm ERR! See /home/pi/.npm/eresolve-report.txt for a full report.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/pi/.npm/_logs/2022-01-06T12_51_27_088Z-debug-0.log
                pi@magicmirror:~/MagicMirror/modules/MMM-MysqlQuery $ 
                
                
                mumblebaj 1 Reply Last reply Reply Quote 0
                • mumblebaj
                  mumblebaj Project Sponsor @Richard238 last edited by mumblebaj

                  @richard238 can you check if package-lock.json exist. if it does delete it rm package-lock.json then try again. Also, did you do the uninstall in the MagicMirror folder first?

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    Richard238 @mumblebaj last edited by

                    @mumblebaj

                    did you do the uninstall in the MagicMirror folder first?
                    Yes, I did.

                    pi@magicmirror:~ $ sudo rm package-lock.json
                    pi@magicmirror:~ $ cd ~/MagicMirror
                    pi@magicmirror:~/MagicMirror $ cd modules/MMM-MysqlQuery
                    pi@magicmirror:~/MagicMirror/modules/MMM-MysqlQuery $ npm install
                    npm ERR! code ERESOLVE
                    npm ERR! ERESOLVE unable to resolve dependency tree
                    npm ERR! 
                    npm ERR! While resolving: mmm-mysqlquery@1.0.0
                    npm ERR! Found: stylelint@8.4.0
                    npm ERR! node_modules/stylelint
                    npm ERR!   dev stylelint@"^8.3.0" from the root project
                    npm ERR! 
                    npm ERR! Could not resolve dependency:
                    npm ERR! peer stylelint@"^14.0.0" from grunt-stylelint@0.17.0
                    npm ERR! node_modules/grunt-stylelint
                    npm ERR!   dev grunt-stylelint@"latest" from the root project
                    npm ERR! 
                    npm ERR! Fix the upstream dependency conflict, or retry
                    npm ERR! this command with --force, or --legacy-peer-deps
                    npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
                    npm ERR! 
                    npm ERR! See /home/pi/.npm/eresolve-report.txt for a full report.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/pi/.npm/_logs/2022-01-06T13_37_32_112Z-debug-0.log
                    pi@magicmirror:~/MagicMirror/modules/MMM-MysqlQuery $ 
                    
                    
                    
                    mumblebaj 1 Reply Last reply Reply Quote 0
                    • mumblebaj
                      mumblebaj Project Sponsor @Richard238 last edited by

                      @richard238 seems like styleint is giving issues, Can you just try and install mysql and see if that resolves your issue?

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Richard238 @mumblebaj last edited by

                        @mumblebaj

                        Install mysql - how and where?

                        Apologies for the detail request, but having got this far, I don’t want to break anything else.

                        Thank you.

                        mumblebaj 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 8
                        • 2 / 8
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy