命令
ng new my-app
Error Message
Error: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
OS Linux Mint 18.2
已安装的nodejs
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
已安装Angular
npm install --unsafe-perm -g @angular/cli
不得不使用 - unsafe-perm 或安装角度时出现其他错误
其他人遇到这个?知道如何解决?
谢谢, 格伦