aerogel icon indicating copy to clipboard operation
aerogel copied to clipboard

npm WARN install Refusing to install aerogel as a dependency to itself

Open Danish22 opened this issue 9 years ago • 1 comments

I am using windows 7, already configured crazyflie client and drivers. I tried connecting to crazyflie using aerogel but there was error so tried downloading dependency using npm install aerogel

but it saidnpm WARN install Refusing to install aerogel as a dependency to itself Help please.

Danish22 avatar Dec 18 '15 13:12 Danish22

npm will not allow you to install it as a dependency of itself as it'll cause a circular dependency.

You will need to elaborate more on the issue you are seeing.

rowellx68 avatar Feb 27 '16 23:02 rowellx68