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
Is it possible to install npm package form private github repo ?
In my packages.json file i put :
{
myPrivatePackage: "git+ssh://[email protected]/MY_ACCOUNT/MY_PACKAGE.git#05f1914dce_COMMIT_HASH_853e9b787558e"
}
But meteor do not asking github username and password. And give me this error :
While reading package from ./packages/npm-container:
package.js:14:7: must declare exact version of dependency: MY_PACKAGE@git+ssh://[email protected]/MY_ACCOUNT/MY_PACKAGE.git#05f1914dce_COMMIT_HASH_853e9b787558e
Is there another way ? Perhaps to install from local directory ?