-
Q:When I use xpm install, the download fails due to network reasons, but the zip archive can be downloaded normally through the browser, so I consider decompressing the corresponding package file in the central repository, and then use xpm install to create a link in the project . Still unsuccessful, I'm not sure if there is something wrong with my unzip path. ERR:
OS:
unzip path:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
When xpm installs a binary package, it first downloads the npm package, then from the You can manually download the But I recommend you try to fix your network configuration to allow npm to do this automatically. Do you use a proxy? |
Beta Was this translation helpful? Give feedback.
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?