After upgrading the ports from quarterly, I found that node-13 was replaced by node-14, and, consequentially, things ceased to work.
Some investigation lead to the result: node-14 is not supported for FreeBSD, node-13 is the highest. But node-13 had been removed from ports. :/
I am undecided on what all this is actually about - I have no idea what this crap actually does, but i am wondering why these folks tend to produce separate packages for each and every kind of OS, each and every of their version and each and every of the node versions (which results in at least a cubic dimension of produced crap),
And I'm wondering why one couldn't simply download a kind of "source" package and then build it locally for the proper version needed.
But then, the problem is: there can be no source, because there is nothing that gets compiled. Those "node" folks tend to talk about thing being "compiled" all the time, but that's just because they have no clue whatsoever about actually compiling something. With that node stuff there is nothing that gets compiled, all that happens is some javascript being mangled around - and that is, after all, an interpreted language anyway.
Some investigation lead to the result: node-14 is not supported for FreeBSD, node-13 is the highest. But node-13 had been removed from ports. :/
I am undecided on what all this is actually about - I have no idea what this crap actually does, but i am wondering why these folks tend to produce separate packages for each and every kind of OS, each and every of their version and each and every of the node versions (which results in at least a cubic dimension of produced crap),
And I'm wondering why one couldn't simply download a kind of "source" package and then build it locally for the proper version needed.
But then, the problem is: there can be no source, because there is nothing that gets compiled. Those "node" folks tend to talk about thing being "compiled" all the time, but that's just because they have no clue whatsoever about actually compiling something. With that node stuff there is nothing that gets compiled, all that happens is some javascript being mangled around - and that is, after all, an interpreted language anyway.