You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What versions of Ubuntu has the Swordfish-basic-web-client been tested on?
For that matter what is the preferred Linux distribution to run it on?
I am installing the basic web client on a Ubuntu 20.4 server.
node is v16.13.1
npm is 8.1.2
The pre-requisites were installed.
The "npm install" command failed. The log file is attached.
The first error is at line 6362 and is followed by many others.
Any tips?
I attempted the installation on Ubuntu 18.4.
The versions were closer to those on the GitHyb page.
node: v8.17.0
npm: 6.13.4
Everything appeared to work well throughout the installation.
When I pointed my browser to http://localhost:3000, I get:
I downloaded the web client to /pycharm/redfish-swordfish and ran this script as root:
#! /usr/bin/env bash
date
npm install -g express
date
npm install -g @angular/cli@latest
date
cd /opt/
unzip /pycharm/redfish-swordfish/Swordfish-basic-web-client-master.zip
cd /opt/Swordfish-basic-web-client-master/views/ && npm install
date
ng build
date
cd .. && npm install
date
npm start &
date
#-------------------
What versions of Ubuntu has the Swordfish-basic-web-client been tested on?
For that matter what is the preferred Linux distribution to run it on?
I am installing the basic web client on a Ubuntu 20.4 server.
node is v16.13.1
npm is 8.1.2
The pre-requisites were installed.
The "npm install" command failed. The log file is attached.
The first error is at line 6362 and is followed by many others.
Any tips?
Thanks, Sam
The text was updated successfully, but these errors were encountered: