Skip to content

Can I use xpm install offline? #182

Closed Answered by ilg-ul
andy27182 asked this question in Q&A
Discussion options

You must be logged in to vote

When xpm installs a binary package, it first downloads the npm package, then from the package.json file it gets the URL for the archive, and downloads it in a .content folder.

You can manually download the package.json file, manually create the .content folder, and move the content there.

But I recommend you try to fix your network configuration to allow npm to do this automatically. Do you use a proxy?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@andy27182
Comment options

@ilg-ul
Comment options

@andy27182
Comment options

@ilg-ul
Comment options

@andy27182
Comment options

Answer selected by andy27182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants