Hi,
I tried to upgrade unity editor from version 5.1 (unity-editor-5.1.0f3+2015082501_amd64.deb) to 5.4b (5.4.0b10+20160317_amd64.deb) using official installer. The installation was successful. However unity is getting stuck at launch screen. I’ve checked Editor.log and the below snippet seems to be of interest
8<---------------------------------------------------------------------------------------------------------------------------------->8
ListPackages failed, output: {
“name”: “unity-editor”,
“version”: “5.3.0”,
“problems”: [
“missing: unity-editor-home@0.1.17, required by unity-editor@5.3.0”,
“missing: unityeditor-cloud-hub@^0.0.11, required by unity-editor@5.3.0”,
“missing: unityeditor-collab-history@^0.0.22, required by unity-editor@5.3.0”,
“missing: unityeditor-collab-toolbar@^0.0.28, required by unity-editor@5.3.0”
],
“dependencies”: {
“unity-editor-home”: {
“required”: “0.1.17”,
“missing”: true
},
“unityeditor-cloud-hub”: {
“required”: “^0.0.11”,
“missing”: true
},
“unityeditor-collab-history”: {
“required”: “^0.0.22”,
“missing”: true
},
“unityeditor-collab-toolbar”: {
“required”: “^0.0.28”,
“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/unity-editor-home.0.1.17.tgz
npm http GET https://registry.npmjs.org/unityeditor-collab-toolbar.0.0.28.tgz
npm http GET https://registry.npmjs.org/unityeditor-collab-history.0.0.22.tgz
npm http GET https://registry.npmjs.org/unityeditor-cloud-hub.0.0.11.tgz
npm http 500 https://registry.npmjs.org/unityeditor-collab-history.0.0.22.tgz
npm ERR! TypeError: Cannot read property ‘latest’ of undefined
npm ERR! at next (/usr/share/npm/lib/cache.js:687:35)
npm ERR! at /usr/share/npm/lib/cache.js:675:5
npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7)
npm ERR! at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)
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
8<---------------------------------------------------------------------------------------------------------------------------------->8
I’ve tried to manually install one of the missing package which also failed as below
8<---------------------------------------------------------------------------------------------------------------------------------->8
$ npm install unity-editor-home.0.1.17.tgz
npm http GET https://registry.npmjs.org/unity-editor-home.0.1.17.tgz
npm http 500 https://registry.npmjs.org/unity-editor-home.0.1.17.tgz
npm ERR! TypeError: Cannot read property ‘latest’ of undefined
npm ERR! at next (/usr/share/npm/lib/cache.js:687:35)
npm ERR! at /usr/share/npm/lib/cache.js:675:5
npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7)
npm ERR! at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)
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 3.13.0-24-generic
npm ERR! command “/usr/bin/nodejs” “/usr/bin/npm” “install” “unity-editor-home.0.1.17.tgz”
npm ERR! cwd /home/ykhan/Downloads
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! type non_object_property_load
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ykhan/Downloads/npm-debug.log
npm ERR! not ok code 0
8<---------------------------------------------------------------------------------------------------------------------------------->8
Am I missing something or is there a package related issue on the npm registry? Anyways, I’ve started download of unity-editor-5.3.4f1+20160316_amd64.deb atm.