question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nested clasp projects are not supported.

See original GitHub issue

Trying 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
pavittarxcommented, Sep 17, 2020

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 command npx clasp create

0reactions
Akhil-Rajcommented, Jul 5, 2022

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 command npx clasp create

Worked for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found