Convert project to TypeScript #140
Annotations
8 errors
CI - node 14.x:
lib/cmd-login.ts#L71
Type 'string | null' is not assignable to type 'string'.
|
CI - node 14.x:
lib/cmd-search.ts#L40
Property 'json' does not exist on type 'typeof import("npm-registry-fetch")'.
|
CI - node 14.x:
lib/core.ts#L173
Property 'email' does not exist on type 'NpmAuth'.
|
CI - node 14.x:
lib/core.ts#L174
Property 'password' does not exist on type 'NpmAuth'.
|
CI - node 14.x:
lib/core.ts#L175
Property 'token' does not exist on type 'NpmAuth'.
|
CI - node 14.x:
lib/core.ts#L176
Property 'username' does not exist on type 'NpmAuth'.
|
CI - node 14.x:
lib/core.ts#L190
Argument of type '{ auth: NpmAuth; }' is not assignable to parameter of type 'GetParams'.
|
CI - node 14.x
Process completed with exit code 2.
|