Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug Error to start Unity 5.3.2

Discussion in 'Linux' started by amarok-blue, Feb 23, 2016.

  1. amarok-blue

    amarok-blue

    Joined:
    Jun 17, 2014
    Posts:
    79
    npm ERR! missing: unity-editor-home@~0.0.7, required by unity-editor@5.3.0
    npm ERR! missing: unityeditor-cloud-hub@~0.0.1, required by unity-editor@5.3.0
    npm ERR! not ok code 0
    ListPackages failed, output: {
    "name": "unity-editor",
    "version": "5.3.0",
    "problems": [
    "missing: unity-editor-home@~0.0.7, required by unity-editor@5.3.0",
    "missing: unityeditor-cloud-hub@~0.0.1, required by unity-editor@5.3.0"
    ],
    "dependencies": {
    "unity-editor-home": {
    "required": "~0.0.7",
    "missing": true
    },
    "unityeditor-cloud-hub": {
    "required": "~0.0.1",
    "missing": true
    }
    }
    }

    npm WARN package.json unity-editor@5.3.0 No repository field.
    npm WARN package.json unity-editor@5.3.0 No README data
    npm http GET https://registry.npmjs.org/unityeditor-cloud-hub-0.0.1.tgz
    npm http GET https://registry.npmjs.org/unity-editor-home-0.0.7.tgz
    npm http 404 https://registry.npmjs.org/unity-editor-home-0.0.7.tgz
    npm ERR! Error: package could not be found. : unity-editor-home-0.0.7.tgz
    npm ERR! at RegClient.<anonymous> (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:272:14)
    npm ERR! at Request.self.callback (/usr/lib/nodejs/request/index.js:148:22)
    npm ERR! at Request.EventEmitter.emit (events.js:98:17)
    npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/index.js:896:14)
    npm ERR! at Request.EventEmitter.emit (events.js:117:20)
    npm ERR! at IncomingMessage.<anonymous> (/usr/lib/nodejs/request/index.js:847:12)
    npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20)
    npm ERR! at _stream_readable.js:920:16
    npm ERR! at process._tickCallback (node.js:415:13)
    npm ERR! If you need help, you may report this log at:
    npm ERR! <http://github.com/isaacs/npm/issues>
    npm ERR! or email it to:
    npm ERR! <npm-@googlegroups.com>

    npm ERR! System Linux 4.2.0-30-generic
    npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "unityeditor-cloud-hub-0.0.1.tgz" "unity-editor-home-0.0.7.tgz" "--cache=./.npm" "--json"
    npm ERR! cwd /home/amarok/.local/share/unity3d/Packages
    npm ERR! node -v v0.10.25
    npm ERR! npm -v 1.3.10
    npm http 404 https://registry.npmjs.org/unityeditor-cloud-hub-0.0.1.tgz
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR! /home/amarok/.local/share/unity3d/Packages/npm-debug.log
    npm ERR! not ok code 0
    InstallEditorPackages failed, output:
    installJavascriptPackages failed
    (Filename: /home/builduser/buildslave/unity/build/Runtime/Utilities/Argv.cpp Line: 168)

    [0223/143811:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    Error loading file:///%2Fhome%2Famarok%2F.local%2Fshare%2Funity3d%2FPackages%2Fnode_modules%2Funity-editor-home%2Fdist/index.html#/project/recent

    (Filename: /home/builduser/buildslave/unity/build/Editor/Platform/Interface/NativeWebViewWindow.cpp Line: 50)

    Help me please!!!
     
  2. Tak

    Tak

    Unity Technologies

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Do you have nodejs and npm installed? (These should be autoinstalled as dependencies if you use the ubuntu package.)
     
  3. amarok-blue

    amarok-blue

    Joined:
    Jun 17, 2014
    Posts:
    79
    Yes i have installed nodejs and npm, but this packages (unity-cloud-hub and unity-editor-home) are not in npm repository.

    Attach images for more details.
     

    Attached Files:

  4. finchou

    finchou

    Joined:
    Mar 10, 2016
    Posts:
    1