aerogel
aerogel copied to clipboard
npm WARN install Refusing to install aerogel as a dependency to itself
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.
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.