I'm trying to run my project on a Meteor server, but I am getting this error after cloning the BitBucket repository. Am I skipping a step? Can anyone help me identify the problem please.
paushaliroy@paushaliroy:~/dev_1931/manager$ meteor npm install
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@bitbucket.org/rightmart/lib-event-stream.git
npm ERR!
npm ERR! repository access denied.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /home/paushaliroy/.npm/_logs/2018-09-19T13_45_20_947Z-debug.log
paushaliroy@paushaliroy:~/dev_1931/manager$