diff --git a/app/common/adapter/NPMRegistry.ts b/app/common/adapter/NPMRegistry.ts index 8a9786f5..1d8c9012 100644 --- a/app/common/adapter/NPMRegistry.ts +++ b/app/common/adapter/NPMRegistry.ts @@ -66,7 +66,7 @@ export class NPMRegistry { // app.put('/:name/sync', sync.sync); public async createSyncTask(fullname: string): Promise { - const url = `${this.registry}/${encodeURIComponent(fullname)}/sync?sync_upstream=true&nodeps=true`; + const url = `${this.registry}/${encodeURIComponent(fullname)}/sync?sync_upstream=true`; // { // ok: true, // logId: logId