OPSkins / node-opskins-api

JavaScript SDK for OPSkins' HTTP API
https://opskins.com
MIT License
27 stars 13 forks source link

refusing to install . #12

Closed Dwight21 closed 6 years ago

Dwight21 commented 6 years ago

image

whats error is this ?

renanbastos93 commented 6 years ago

Hey,

you tried install with mode admin?

DoctorMcKay commented 6 years ago

Sounds like you downloaded the repository (I see the download bar in your browser), extracted it, entered the directory, then tried to install it from npm. Which would mean you're installing it as a dependency of itself, which npm refuses to allow.

Dwight21 commented 6 years ago

ive extract it sir already then put it in the directory but sad for me same issue

Dwight21 commented 6 years ago

image :(

renanbastos93 commented 6 years ago

@Dwight21 ,

Dude, you will have create new project with the commands bellow.

mkdir opSkinsTest
cd opSkinsTest/
npm init
npm i -S @opskins/api

Case it asks admin, you have that execute in mode admin.

See ya

Dwight21 commented 6 years ago

image what's error is this?

Dwight21 commented 6 years ago

image another one

renanbastos93 commented 6 years ago

Man, this warning is normally. Here this function this module. I did test now.