File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exports.run = function (options) {
44
44
mkdirp . sync ( packagePath ) ;
45
45
46
46
// 下载
47
- var tarName = depName + '@' + version + '.tar.gz ' ;
47
+ var tarName = depName + '@' + version + '.tar' ;
48
48
var extractPath = sysPath . join ( process . cwd ( ) , './node_modules/' , tarName ) ;
49
49
var downloadPath = servicePath + '/' + tarName ;
50
50
var downloadStream = request ( downloadPath ) . on ( 'response' , function ( response ) {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ exports.run = (options) => {
41
41
mkdirp . sync ( packagePath )
42
42
43
43
// 下载
44
- const tarName = depName + '@' + version + '.tar.gz '
44
+ const tarName = depName + '@' + version + '.tar'
45
45
const extractPath = sysPath . join ( process . cwd ( ) , './node_modules/' , tarName )
46
46
const downloadPath = servicePath + '/' + tarName
47
47
const downloadStream = request ( downloadPath )
You can’t perform that action at this time.
0 commit comments