You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
I am trying to run the command couchapp push registry/app.js http://localhost:5984/registry I'm getting below error message. I made the change based on the answer provided by Terinjokes e5e4163
and I'm still having the issue. Please let me know what needs to be done to resolve the issue,
My npm version 3.10.6 and node js version v0.10.25
/npm-repo/npmjs.org/registry/app.js:15
throw new Error('Must set DEPLOY_VERSION env to `git describe` output')
^
Error: Must set DEPLOY_VERSION env to `git describe` output
at Object.<anonymous> (/npm-repo/npmjs.org/registry/app.js:15:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/usr/local/lib/node_modules/couchapp/bin.js:175:26)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)