sheets-api-codelab icon indicating copy to clipboard operation
sheets-api-codelab copied to clipboard

no matches found: googleapis@26.*

Open mikalmorello opened this issue 4 years ago • 1 comments

npm install googleapis@26.* --save zsh: no matches found: googleapis@26.*

mikalmorello avatar Apr 04 '20 01:04 mikalmorello

Need to run the version desired after the . in the command line. (i.e. [email protected] --save) That's why the * is there. For version selection per say.

iamhectorsosa avatar Feb 18 '21 19:02 iamhectorsosa