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