There was a problem. In general, I installed nodejs in / usr / ports / www, and then deleted the node folder, so I wanted to delete nodejs. Well, deleted. I want to install it, writes:
make: do not know how to make install. Stop
What to do?
There was a problem. In general, I installed nodejs in / usr / ports / www, and then deleted the node folder, so I wanted to delete nodejs. Well, deleted. I want to install it, writes:
make: do not know how to make install. Stop
What to do?
# cd
# portsnap fetch
# portsnap extract
# cd / usr / ports / www / node
# make install clean
Leave this port to another directory and then rerun the command.
Source: https://ru.stackoverflow.com/questions/344498/
All Articles