I dl node from source so I extract it tried ./configure get thisI mainly did this cuase I have some dependency problems with some node modules depening on others so I did it this way remove node repo at all and try it from sourceCode:Traceback (most recent call last): File "./configure", line 992, in <module> configure_node(output) File "./configure", line 530, in configure_node o['variables']['gcc_version'] = 10 * cc_version[0] + cc_version[1] IndexError: tuple index out of range
Bookmarks