MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. merceg100
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    merceg100

    @merceg100

    0
    Reputation
    479
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    merceg100 Unfollow Follow

    Latest posts made by merceg100

    • RE: NPM install is giving Error.

      @alessandroiacovella said in NPM install is giving Error.:

      What command do you type to upgrade npm?

      After I installed MM using this command:
      git clone https://github.com/MichMich/MagicMirror

      then I ran:
      sudo apt-get install npm

      afterwards:
      cd MagicMirror

      npm install

      Then I tried

      npm install -g npm@latest

      but it didnt work also.
      I am running latest updated Raspbian on RPi 3 b+

      posted in Troubleshooting
      M
      merceg100
    • RE: NPM install is giving Error.

      @nonamero said in NPM install is giving Error.:

      @postremalone @alessandroiacovella @merceg100

      Upgrade npm with

      npm install -g npm@latest
      

      Tried it… doesn’t help either…

      posted in Troubleshooting
      M
      merceg100
    • RE: NPM install is giving Error.

      Same here:

      Same here:

      pi@raspberrypi:~/MagicMirror $ npm install
      (node:4024) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
      npm ERR! Error: Method Not Allowed
      npm ERR! at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10)
      npm ERR! at /usr/share/npm/lib/cache/add-named.js:203:12
      npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7)
      npm ERR! at FSReqWrap.oncomplete (fs.js:135:15)
      npm ERR! If you need help, you may report this entire log,
      npm ERR! including the npm and node versions, at:
      npm ERR! http://github.com/npm/npm/issues

      npm ERR! System Linux 4.14.52-v7+
      npm ERR! command “/usr/bin/node” “/usr/bin/npm” “install”
      npm ERR! cwd /home/pi/MagicMirror
      npm ERR! node -v v8.11.1
      npm ERR! npm -v 1.4.21
      npm ERR! code E405
      npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.

      electron-chromedriver@1.7.1 install /home/pi/MagicMirror/node_modules/spectron/node_modules/electron-chromedriver
      node ./download-chromedriver.js

      npm ERR! fetch failed https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz
      npm WARN engine rxjs@5.5.11: wanted: {“npm”:“>=2.0.0”} (current: {“node”:“8.11.1”,“npm”:“1.4.21”})
      npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
      npm ERR! fetch failed https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
      npm ERR!
      npm ERR! Additional logging details can be found in:
      npm ERR! /home/pi/MagicMirror/npm-debug.log
      npm ERR! not ok code 0

      posted in Troubleshooting
      M
      merceg100