LivelyKernel / lively.installer

Installing and updating lively.next
3 stars 1 forks source link

Unable to open a world using a fresh install on OSX #12

Closed andyburnett closed 6 years ago

andyburnett commented 6 years ago

Node 8.11.4 OSX 10.13.6

Install using the curl command on this repo. Everything installs without errors. index.html loads, but clicking on any of the existing worlds results in:

(SystemJS) Cannot read http://localhost:9011/kld-intersections: Not Found 404 Error: Cannot read http://localhost:9011/kld-intersections: Not Found 404 at WebDAVResourceread (http://localhost:9011/lively.resources/src/http-resource.js:525:23) Error loading http://localhost:9011/kld-intersections as "kld-intersections" from http://localhost:9011/lively.components/widgets.js

merryman commented 6 years ago

This is some missing dependency updates I to the components package. I will soon push a fix for this.

andyburnett commented 6 years ago

@merryman Great, I am looking forward to playing with the system.

andyburnett commented 6 years ago

I just ran update.sh - because I saw that you had closed #11 and wondered if this would solve my problem. I now get a new error message.

installing dependencies of lively.morphic TypeError: Cannot destructure property name of 'undefined' or 'null'. at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:61:57) at at process._tickCallback (internal/process/next_tick.js:188:7) [flatn] retrying download of kld-intersections@4.1 TypeError: Cannot destructure property name of 'undefined' or 'null'. at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:61:57) at at process._tickCallback (internal/process/next_tick.js:188:7) [flatn] retrying download of kld-intersections@4.1 TypeError: Cannot destructure property name of 'undefined' or 'null'. at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:61:57) at at process._tickCallback (internal/process/next_tick.js:188:7) [flatn] retrying download of kld-intersections@4.1 TypeError: Cannot destructure property name of 'undefined' or 'null'. at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:61:57) at at process._tickCallback (internal/process/next_tick.js:188:7) Download of kld-intersections@4.1 failed: Error: Cannot find npm package for kld-intersections@4.1 at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:65:11) at at process._tickCallback (internal/process/next_tick.js:188:7) Error occurred during installation: Error: Cannot find npm package for kld-intersections@4.1 at npmSearchForVersions (file:///Users/andy/Documents/Projects/lively.next/flatn/flatn-cjs.js:65:11) at at process._tickCallback (internal/process/next_tick.js:188:7)

andyburnett commented 6 years ago

@merryman I have just tried doing a new install with the curl script, and I seem to get an identical error.

merryman commented 6 years ago

Hey, no #11 was a different issue, but please run update.sh again now. I pushed a fix for the problematic version.

andyburnett commented 6 years ago

Great, that fixed it.