screeps-starter-python
screeps-starter-python copied to clipboard
python3 build.py fails on mac os running 12.6..8
im not sure if this issue is new or similar to the bin removed error previously posted if its the same thing ill just post a comment in the other issues post. This is also my first issues post so if i leave anything out please comment and ill edit the post. here is what my terminal spits out when i tried to python3 build.py. python3 isnt new on my system but node is, so perhaps thats the issue? anyway heres the terminal results:
Traceback (most recent call last):
File "/Users/user/screeps-starter-python/build.py", line 437, in
To see a list of supported npm commands, run: npm help
Thanks in advanced.
also seeing this problem in windows
pip install --upgrade -r requirements.txt
figured out this issue! npm bin was depricated in npm +9.0, if you install Node.js <=16.20.2 you will get npm version <=8 https://github.com/grafana/grafana/issues/59425