我已经在Ubuntu 18.04上安装了最新版本的节点(10.10.0),
~$ node -v
v10.10.0
~$ npm -v
6.4.1
但是当我发表评论ng -v
时,它会返回
Command 'ng' not found, but can be installed with:
sudo apt install ng-common
因此,我尝试使用~$ sudo npm install -g @angular/cli
安装angular cli,然后shell返回
Segmentation fault (core dumped)
我已经搜索了Stack Overflow以找到答案,但是没有任何帮助。我不知道这个问题该怎么办。有什么建议吗?