labnol / apps-script-starter

Setup a local development environment inside Visual Studio Code and build Google Workspace add-ons with Google Apps Script
https://www.youtube.com/watch?v=KxdCIbeO4Uk
MIT License
1.1k stars 176 forks source link

"appsscript.json" has errors: Invalid manifest: Expected one of [V8, STABLE, DEPRECATED_ES5] for "runtimeVersion", but was "v8" #23

Closed EmericHochart closed 4 years ago

EmericHochart commented 4 years ago

https://github.com/labnol/apps-script-starter/blob/f96be9978f1ff9da0723da9e9e06bc042e40ab75/appsscript.json#L3

this error appears when launching the command "npm run deploy"

Issue : Expected V8 instead v8

basil2style commented 4 years ago

@EmericHochart,

  1. Replace "v8" with "V8"
  2. npm run build
  3. npx clasp push
labnol commented 4 years ago

Resolved.