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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
I have installed node on Ubuntu via package manager(apt-get). But it seems that g++ is not installed if it's missing. It probably caused me some trouble while installing packages with npm.
I think that it should be a package dependency. And if it is not already done, there should be a warning message when installing Node.js from source with 'make' that asks the user to install g++.
I have installed node on Ubuntu via package manager(apt-get). But it seems that g++ is not installed if it's missing. It probably caused me some trouble while installing packages with npm.
I think that it should be a package dependency. And if it is not already done, there should be a warning message when installing Node.js from source with 'make' that asks the user to install g++.