-
-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Description
Find all tasks that make developer experience unpleasant when reading NS with Angular Tutorial:
This is not related to nativescript-angular in any way, but when I installed the latest Node.js version with homebrew by running brew install homebrew/versions/node6-lts
, node was installed successfully, but homebrew could not link it and I did not have the node
and npm
commands available. On the other hand, by downloading node-v6.9.1.pkg
from Node.js website and running it node and npm were installed successfully. Just saying.