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
Hi folks. Use CF often and never seen such issue before. Any suggestions?
It happens on installing dependencies:
+ nodeenv -p --prebuilt
Traceback (most recent call last):
File "/home/vagrant/.local/share/virtualenvs/clusterfuzz-mEvB2Z9p/bin/nodeenv", line 8, in<module>sys.exit(main())
File "/home/vagrant/.local/share/virtualenvs/clusterfuzz-mEvB2Z9p/lib/python3.7/site-packages/nodeenv.py", line 918, in main
opt.node = get_last_stable_node_version()
File "/home/vagrant/.local/share/virtualenvs/clusterfuzz-mEvB2Z9p/lib/python3.7/site-packages/nodeenv.py", line 872, in get_last_stable_node_version
return links[-1][0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Having the same issue on pre-commit, Probably means it's not a cf issue.
Edit: Seems the culprit was ubuntu (actually, debian) packaging a really old version of nodeenv (0.13.4). I forced it to install a newer version (with some difficulty) and it works fine now. Hope this doesn't bite me later by breaking something in my package manager...
Also, seems that the new version is already updated on debian testing, so this is already due to be fixed.. eventually.
Hi folks. Use CF often and never seen such issue before. Any suggestions?
It happens on installing dependencies:
The text was updated successfully, but these errors were encountered: