I use Ubuntu and try to install rxjs.
When I trying to install it via npm i rxjs I got error:
Linux 4.18.0-20-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" "rxjs"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ENOSELF
npm ERR! Refusing to install rxjs as a dependency of itself
What is this and how I can solve this problem?