Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

npm run copy: curl exits with malformed url status (3) #231

Open
jarrettmeyer opened this issue Apr 15, 2015 · 2 comments
Open

npm run copy: curl exits with malformed url status (3) #231

jarrettmeyer opened this issue Apr 15, 2015 · 2 comments

Comments

@jarrettmeyer
Copy link

Screen shot of npm run copy output is attached.

screen shot 2015-04-15 at 9 31 04 am

@zamnuts
Copy link

zamnuts commented Jul 9, 2015

I received this error when i did not have a couchdb admin account configured, e.g.:

npm run copy --npm-registry-couchapp:couch=http://localhost:5984/registry

Make sure you have at least one user in the database:

curl -X PUT http://localhost:5984/_config/admins/username -d '"password"'

Then retry using the credentials:

npm run copy --npm-registry-couchapp:couch=http://username:password@localhost:5984/registry

@mihai-chiorean
Copy link

ran into the same thing. that was helpful. thanks @zamnuts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants