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

Update to v2.9.0 fail

Scheduled Pinned Locked Moved Solved Troubleshooting
48 Posts 3 Posters 12.5k Views 3 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.
  • B Offline
    bdream
    last edited by Oct 16, 2019, 8:16 PM

    @sdetweil said in Update to v2.9.0 fail:

    if you have edited the package-lock.json file

    reedited and run script

    pi@MagicMirror:~/MagicMirror $  bash -c -i  "$(curl -sL https://www.dropbox.com/s/lxzwyzohg61sppu/upgrade-script.sh?dl=0)" force
    doing test run = false
    update log will be in /home/pi/MagicMirror/installers/upgrade.log
    
    saving custom.css
    upgrading from version 2.9.0 to 2.9.0
    fetching latest revisions
    there are 2 local files that are different than the master repo
    
       package-lock.json
       vendor/package-lock.json
    
    any *-lock.json files do not need to be saved
    do you want to save these files for later   (Y/n)?n
    updating MagicMirror runtime, please wait
    
    > magicmirror@2.9.0 install /home/pi/MagicMirror
    > cd vendor && npm install
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    audited 220 packages in 13.98s
    found 5 vulnerabilities (4 low, 1 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    
    > magicmirror@2.9.0 postinstall /home/pi/MagicMirror
    > sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts
    
    MagicMirror installation successful!
    
    > magicmirror@2.9.0 install-fonts /home/pi/MagicMirror
    > cd fonts && npm install
    
    audited 1 package in 1.385s
    found 0 vulnerabilities
    
    npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
    
    updated 1 package and audited 3475 packages in 106.649s
    found 28 vulnerabilities (1 low, 1 moderate, 26 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    processing dependency changes for active modules with package.json files
    
    processing for module MMM-Carousel please wait
    ----------------------------------
    audited 859 packages in 13.644s
    found 2 high severity vulnerabilities
      run `npm audit fix` to fix them, or `npm audit` for details
    processing complete for module MMM-Carousel
    
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 3.408s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 2.67s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 3.904s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    
    restoring custom.css
    

    upgrade.log

    
    Upgrade started - Mi Okt 16 22:11:36 CEST 2019
    user requested to force apply changes
    doing test run = false
    
    saving custom.css
    not english or locale not set, set git alias
    remote name = origin
    upgrading from version 2.9.0 to 2.9.0
    fetching latest revisions
    current branch = master
    Auf Branch master
    Ihr Branch ist auf demselben Stand wie 'origin/master'.
    
    Zum Commit vorgemerkte Änderungen:
      (benutzen Sie "git reset HEAD <Datei>..." zum Entfernen aus der Staging-Area)
    
    	gelöscht:       css/custom.css
    
    Änderungen, die nicht zum Commit vorgemerkt sind:
      (benutzen Sie "git add <Datei>...", um die Änderungen zum Commit vorzumerken)
      (benutzen Sie "git checkout -- <Datei>...", um die Änderungen im Arbeitsverzeichnis zu verwerfen)
    
    	geändert:       package-lock.json
    	geändert:       vendor/package-lock.json
    
    Unversionierte Dateien:
      (benutzen Sie "git add <Datei>...", um die Änderungen zum Commit vorzumerken)
    
    	$
    	%logfile
    	core
    	css/save_custom.css
    	installers/dumpactivemodules.js
    	installers/pm2_MagicMirror_new.json
    	installers/stashed_files
    	installers/upgrade.log.bak2
    	mm.sh
    	nohup.out
    
    there are 2 local files that are different than the master repo
    
       package-lock.json
       vendor/package-lock.json
    
    save/restore files selection = n
    restoring package-lock.json from repo
    restoring vendor/package-lock.json from repo
    test merge result rc='' , if empty, no conflicts
    executing merge, apply specified
    merge result rc= 0
     Already up to date.
    processor architecture is armv7l
    updating MagicMirror runtime, please wait
    
    > magicmirror@2.9.0 install /home/pi/MagicMirror
    > cd vendor && npm install
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    audited 220 packages in 13.98s
    found 5 vulnerabilities (4 low, 1 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    
    > magicmirror@2.9.0 postinstall /home/pi/MagicMirror
    > sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts
    
    MagicMirror installation successful!
    
    > magicmirror@2.9.0 install-fonts /home/pi/MagicMirror
    > cd fonts && npm install
    
    audited 1 package in 1.385s
    found 0 vulnerabilities
    
    npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
    
    updated 1 package and audited 3475 packages in 106.649s
    found 28 vulnerabilities (1 low, 1 moderate, 26 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    
    processing dependency changes for active modules with package.json files
    processing for module MMM-Carousel please wait
    ----------------------------------
    audited 859 packages in 13.644s
    found 2 high severity vulnerabilities
      run `npm audit fix` to fix them, or `npm audit` for details
    processing complete for module MMM-Carousel
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 3.408s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 2.67s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    processing for module MMM-PublicTransportHafas please wait
    ----------------------------------
    audited 41 packages in 3.904s
    found 0 vulnerabilities
    
    processing complete for module MMM-PublicTransportHafas
    restoring custom.css
    removing git alias
    Upgrade ended - Mi Okt 16 22:14:11 CEST 2019
    

    do I need to akt in any way here or other point?

    npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
    
    

    –
    cheers, bdream

    S 1 Reply Last reply Oct 16, 2019, 8:20 PM Reply Quote 1
    • S Offline
      sdetweil @bdream
      last edited by Oct 16, 2019, 8:20 PM

      @bdream thank you for your help and patience… all looks great!!

      no, you do not need to do anything about the last two entries.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        bdream
        last edited by Oct 16, 2019, 8:23 PM

        so we are done and I set post to solved.

        Many thanks for your great help and patience with this newbe-stuff :smiling_face_with_sunglasses:

        –
        cheers, bdream

        S 1 Reply Last reply Oct 16, 2019, 8:24 PM Reply Quote 1
        • S Offline
          sdetweil @bdream
          last edited by Oct 16, 2019, 8:24 PM

          @bdream said in Update to v2.9.0 fail:

          patience with this newbe-stuff

          you are welcome… and why I want to make these scripts solid

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • F Offline
            fiaskogaul
            last edited by Jan 11, 2020, 1:58 PM

            Is the Link dead? I get 404 or when I execute the script “Syntaxfehler beim unerwarteten Wort `newline’”

            S 1 Reply Last reply Jan 11, 2020, 2:05 PM Reply Quote 0
            • S Offline
              sdetweil @fiaskogaul
              last edited by Jan 11, 2020, 2:05 PM

              @fiaskogaul which link?

              see this topic for the current link for update

              https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 5
              • 5 / 5
              • First post
                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