RCVolus/lol-pick-ban-ui

ReactDevUtils / volu-europe layout not starting

stXwinter opened this issue · 11 comments

Encountered this error whilst launching up volu-europe layout using npm start.

image
unknown

Note: At first it worked but images were unknown and font stuck in times new roman.

Also getting this error whilst trying to reinstall fresh

Capture

Could you check which version of node you are running? (node -v)

Could you check which version of node you are running? (node -v)

v16.17.1

We develop and test on node 16.7, so your results may differ from ours.
I don't see a reason why it shouldn't work on 16.17 once npm is updated.
Please try the following steps:

  • Run npm install -g npm
  • Run npm ci in the \backend and \layouts\volu-europe folders
  • Run npm start in both directories

Unfortunately still having errors.

Running "npm ci" in "C:\Users\avera\Desktop\lol-pick-ban-ui-master\backend"
backend

Running "npm ci" in "C:\Users\avera\Desktop\lol-pick-ban-ui-master\layouts\layout-volu-europe"
volu-europe

RUNNING THE NPM START:

Running NPM start in both directories:
p and b ui

same error

Was using this fine back in September, I installed tesseract-ocr and messed around with the VALORANT Observer Tool which required updates of node.js which I think clashed with the P&B UI..

The warnings with the npm ci commands are to be expected and shouldn't affect functionality.
I am unable to reproduce these issues with node 16.7; could you try changing your node version (download is linked in the readme)?

A later version of node is installed, should I uninstall this version and hop back on 16.7 (linked in readme)

image

Yes, unless you need node 16.17 for something else. Both the pick-ban-ui and the prod-toolkit are built and tested on node 16.7

Marking issue as stale after 7 days of no activity.

Closing issue after 2 weeks of inactivity. Please reopen the issue if you need additional help.