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:
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: