MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED MMM-TelegramBot error

    Troubleshooting
    3
    13
    1112
    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.
    • Stoffbeuteluwe
      Stoffbeuteluwe Project Sponsor last edited by

      Last login: Sat Aug  3 21:49:39 on ttys000
      Patricks-Mini:~ patrickhahn$ cd MagicMirror
      Patricks-Mini:MagicMirror patrickhahn$ cd modules
      Patricks-Mini:modules patrickhahn$ cd MMM-TelegramBot
      Patricks-Mini:MMM-TelegramBot patrickhahn$ npm install
      Unhandled rejection Error: EACCES: permission denied, mkdir '/Users/patrickhahn/.npm/_cacache/index-v5/a6/60'
      
      npm ERR! cb() never called!
      
      npm ERR! This is an error with npm itself. Please report this error at:
      npm ERR!     <https://npm.community>
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /Users/patrickhahn/.npm/_logs/2019-08-03T20_08_18_484Z-debug.log
      Patricks-Mini:MMM-TelegramBot patrickhahn$ 
      
      

      can anybody help me ?

      S 2 Replies Last reply Reply Quote 0
      • ?
        A Former User @Stoffbeuteluwe last edited by

        @Stoffbeuteluwe
        It works on OSX well (Basically all my magicmirror modules were developed on MacBookPro)
        I agree to @sdetweil . You might have made a mistake to use sudo on making your environment.

        To solve this problem

        • delete your npm cache
        • reset the permissions of your /Users/patrickhah/.npm

        https://docs.npmjs.com/getting-started/fixing-npm-permissions
        https://docs.npmjs.com/troubleshooting/try-clearing-the-npm-cache

        Or try this;

        sudo npm cache clean -f
        
        Stoffbeuteluwe 2 Replies Last reply Reply Quote 0
        • S
          sdetweil @Stoffbeuteluwe last edited by sdetweil

          @Stoffbeuteluwe looks like u ran sudo npm install which marked all the folders as owned by root…

          fix
          from the MagicMirror folder do

          sudo chown -R patrickhahn .
          

          then redo your npm install for that module

          Sam

          Create a working config
          How to add modules

          Stoffbeuteluwe 1 Reply Last reply Reply Quote 0
          • Stoffbeuteluwe
            Stoffbeuteluwe Project Sponsor @sdetweil last edited by

            @sdetweil sorry not working

            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @Stoffbeuteluwe last edited by

              @Stoffbeuteluwe what does it say?

              Sam

              Create a working config
              How to add modules

              Stoffbeuteluwe 1 Reply Last reply Reply Quote 0
              • Stoffbeuteluwe
                Stoffbeuteluwe Project Sponsor @sdetweil last edited by

                @sdetweil it says the same

                S 1 Reply Last reply Reply Quote 0
                • S
                  sdetweil @Stoffbeuteluwe last edited by

                  @Stoffbeuteluwe ok, try this in the MagicMirror folder

                  sudo chown -R patrickhahn *.*
                  

                  Sam

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • Stoffbeuteluwe
                    Stoffbeuteluwe Project Sponsor last edited by

                    it is still the same error

                    1 Reply Last reply Reply Quote 0
                    • S
                      sdetweil @Stoffbeuteluwe last edited by

                      @Stoffbeuteluwe sorry, dumb

                      in the users home folder, not from MagicMirror…

                      my mistake

                      cd ~
                      sudo chown -R patrickhahn *.*
                      

                      Sam

                      Create a working config
                      How to add modules

                      Stoffbeuteluwe 2 Replies Last reply Reply Quote 0
                      • Stoffbeuteluwe
                        Stoffbeuteluwe Project Sponsor @sdetweil last edited by

                        @sdetweil it is the same…I will try again tomorrow thank you

                        1 Reply Last reply Reply Quote 0
                        • Stoffbeuteluwe
                          Stoffbeuteluwe Project Sponsor @sdetweil last edited by

                          @sdetweil now I have a new install off MM but still the same problem. Maybe the module doesn’t work on Mac

                          ? 1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 1 / 2
                          • 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