Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

install question

A topic by Tomarnst created Mar 24, 2016 Views: 574 Replies: 3
Viewing posts 1 to 2

Hi,

I was wondering if I could use superpowers as a web app only I don't want to use a desktop app.

I tried to install superpowers as described here on the site.

So following steps I have done.

# Clone the core repository in superpowers/core
git clone https://github.com/superpowers/superpowers-core superpowers/core
cd superpowers/core


# Clone the Superpowers Game system in superpowers/core/systems/game
git clone --recursive https://github.com/superpowers/superpowers-game systems/game

# Build it all. This will take a few minutes.
npm run build

on npm run build I get the following error in the terminal:

npm ERR! superpowers@1.0.0 build: `node scripts/build.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the superpowers@1.0.0 build script.
npm ERR! This is most likely a problem with the superpowers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js

The error code I could trace from the log was : error code ELIFECYCLE

Have you tried downloading it pre-built from here?

Like I sad .... I don't want to use a desktop app. and try to install this without it

What you tried to do was build the source code. The link I gave you above has downloads for the pre-built files, meaning that you just launch a program and it works. You can use Superpowers in a web browser but the server must be running on a computer, whether that be your computer or a dedicated server.