Your examples show
clasp create-script --type webapp
as a supported type, however it fails with
Invalid container file type
You can see the root cause here:
|
defaultMessage: 'Invalid container file type', |
You either have to specify standalone OR one of the container types.
There is no support for webapp.
Your examples show
as a supported type, however it fails with
You can see the root cause here:
clasp/src/commands/create-script.ts
Line 79 in 0fe9562
You either have to specify
standaloneOR one of the container types.There is no support for
webapp.