Error Stardog js

Good Morning! I want to use stardog js and I get the following errors ...
npm install stardog
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "stardog" under a package
npm ERR! also called "stardog". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm

npm ERR! A complete log of this run can be found in:
npm ERR! /home/gabrieldehner/.npm/_logs/2018-08-23T02_34_05_012Z-debug.log
I will appreciate if you can help me. Greetings.

It looks like you named your project "stardog," so node will not import another "stardog" package. https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm

What project? The name of the “stardog” folder? Does it have to do with that?

Looks like it. I’d just rename the folder you’re working in.