morganherlocker / openvoxelmap

13 stars 0 forks source link

Install / Uninstall instructions #15

Open wraybowling opened 9 years ago

wraybowling commented 9 years ago

I just tried running your installation instructions from a very green laptop (i.e. zero global npm packages have been installed) The application crashed.

0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using npm@2.14.2
3 info using node@v0.12.7
4 verbose node symlink /usr/local/bin/node
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart voxel-openstreetmap@0.1.0
7 info start voxel-openstreetmap@0.1.0
8 verbose unsafe-perm in lifecycle true
9 info voxel-openstreetmap@0.1.0 Failed to exec start script
10 verbose stack Error: voxel-openstreetmap@0.1.0 start: `beefy test.js:bundle.js 3000`
10 verbose stack spawn ENOENT
10 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16)
10 verbose stack     at ChildProcess.emit (events.js:110:17)
10 verbose stack     at maybeClose (child_process.js:1015:16)
10 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
11 verbose pkgid voxel-openstreetmap@0.1.0
12 verbose cwd /Users/wbowling/Play/voxel-openstreetmap
13 error Darwin 15.0.0
14 error argv "node" "/usr/local/bin/npm" "start"
15 error node v0.12.7
16 error npm  v2.14.2
17 error file sh
18 error code ELIFECYCLE
19 error errno ENOENT
20 error syscall spawn
21 error voxel-openstreetmap@0.1.0 start: `beefy test.js:bundle.js 3000`
21 error spawn ENOENT
22 error Failed at the voxel-openstreetmap@0.1.0 start script 'beefy test.js:bundle.js 3000'.
22 error This is most likely a problem with the voxel-openstreetmap package,
22 error not with npm itself.
22 error Tell the author that this fails on your system:
22 error     beefy test.js:bundle.js 3000
22 error You can get their info via:
22 error     npm owner ls voxel-openstreetmap
22 error There is likely additional logging output above.
23 verbose exit [ 1, true ]

so i tried installing "beefy"...

0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using npm@2.14.2
3 info using node@v0.12.7
4 verbose node symlink /usr/local/bin/node
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart voxel-openstreetmap@0.1.0
7 info start voxel-openstreetmap@0.1.0
8 verbose unsafe-perm in lifecycle true
9 info voxel-openstreetmap@0.1.0 Failed to exec start script
10 verbose stack Error: voxel-openstreetmap@0.1.0 start: `beefy test.js:bundle.js 3000`
10 verbose stack Exit status 1
10 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
10 verbose stack     at EventEmitter.emit (events.js:110:17)
10 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
10 verbose stack     at ChildProcess.emit (events.js:110:17)
10 verbose stack     at maybeClose (child_process.js:1015:16)
10 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
11 verbose pkgid voxel-openstreetmap@0.1.0
12 verbose cwd /Users/wbowling/Play/voxel-openstreetmap
13 error Darwin 15.0.0
14 error argv "node" "/usr/local/bin/npm" "start"
15 error node v0.12.7
16 error npm  v2.14.2
17 error code ELIFECYCLE
18 error voxel-openstreetmap@0.1.0 start: `beefy test.js:bundle.js 3000`
18 error Exit status 1
19 error Failed at the voxel-openstreetmap@0.1.0 start script 'beefy test.js:bundle.js 3000'.
19 error This is most likely a problem with the voxel-openstreetmap package,
19 error not with npm itself.
19 error Tell the author that this fails on your system:
19 error     beefy test.js:bundle.js 3000
19 error You can get their info via:
19 error     npm owner ls voxel-openstreetmap
19 error There is likely additional logging output above.
20 verbose exit [ 1, true ]

some uninstall instructions would be nice to have too, so i can be sure i'm starting from scratch.