Решение

странить эту ошибку, так как я не могу установить Angular.

Пожалуйста, смотрите ниже исключение:

C:\Users\absin\node>npm install -g @angular/cli
npm ERR! code ETARGET
npm ERR! notarget No matching version found for require-from-string@^1.1.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'cosmiconfig'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\absin\AppData\Roaming\npm-cache\_logs\2018-01-06T19_07_00_000Z-debug.log

даже после временного решения:

npm install https://github.com/floatdrop/require-from-string/tarball/v1.1.0 --save
npm install

все еще получаю это

Ответы на вопрос(5)

Ваш ответ на вопрос