Nested clasp projects are not supported.
See original GitHub issueTrying to follow the instructions from the readme, but fails at the first step, I get “nested clasp projects are not supported”
ant@xeno ~/Projects/apps-script-starter npx clasp create --title "Hot Garbage" --rootDir ./dist
> Create which script?
standalone
Nested clasp projects are not supported.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
"Nested clasp projects are not supported" error fix
I have been trying to use clasp with appscript ,to develop apps locally on my computer. I used the following commands in the...
Read more >ClaSPTransformer — sktime documentation
Implementation of the Classification Score Profile of a time series. ClaSP hierarchically splits a TS into two parts, where each split point is...
Read more >Command Line Interface using clasp | Apps Script
clasp lets you to develop your Apps Script projects locally. ... After installing, the clasp command is available usable from any directory ...
Read more >JSON Schema Store
In supported JSON editors like Visual Studio and Visual Studio Code, schema files can offer auto-completion and validation to make sure your JSON...
Read more >A User's Guide to gringo, clasp, clingo, and iclingo
*Tools gringo, clasp, clingo, and iclingo are available at [61]. ... programs are sets (not lists) of rules, and computations are oriented ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was able to resolve the issue, I found an
.clasp.json
file located one directory above the project directory../../
. Removing the filr./../.clasp.json
resolves the issue../
is the directory you are executing the commandnpx clasp create
Worked for me