Another way to add packages : cmd.exe is blocked by the proxy

Hello,
I have a lot of trouble to add packages to my project because cmd.exe is blocked at work by proxy. I have no way to connect to the internet cmd.exe .

I tried to solve the problem by creating a new project on a computer connected to the net , adding packets and copying in :
C:\Users\xxxxxxx\AppData\Local.meteor\packages. Then , from the PC offline , in cmd , I typed :
meteor add momentjs:moment
It does not change anything. I also tried to copy my project on a connected computer , and add packages to it. When I repatriate my project on the offline computer, I entered in cmd :
meteor update --packages-only --allow-incompatible-update
I have always the same error :
Unable to update package catalog (are you offline?)

If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PROXY
environment variables or see this page for more details:
https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy

=> Errors while upgrading packages:

While downloading anti:i18n@0.4.3...:
error: getaddrinfo ENOTFOUND

While downloading aslagle:reactive-table@0.8.16...:
error: getaddrinfo ENOTFOUND

While downloading juliancwirko:s-alert@3.1.1...:
error: getaddrinfo ENOTFOUND

While downloading momentjs:moment@2.10.6...:
error: getaddrinfo ENOTFOUND

While downloading rajit:bootstrap3-datepicker@1.4.1...:
error: getaddrinfo ENOTFOUND

I tried to modify environment variables HTTP_PROXY and HTTPS_PROXY but the cmd.exe application that is blocked by the proxy. This axepte only Internet Explorer
thanks.

Try putting your packages into a folder named packages in the top-level of your app and then add them again.

Thanks for answer. But i have always the same error :

C:\Users\xxxxxxx\Documents\ReportingSupportN2-V2>meteor add momentjs:moment
Unable to update package catalog (are you offline?)

If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PROXY
environment variables or see this page for more details:
https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy

 => Errors while adding packages:

While downloading momentjs:moment@2.10.6...:
error: getaddrinfo ENOTFOUND

Your package catalog may be out of date.
Please connect to the internet and try again.

I filed in the record the 2.11.2 version of momentjs:moment. Do you know why he will seek the 2.10.6 release?

Check if any of your other packages depend on it (in their package.js file)