"Nested clasp projects are not supported" error fix

79 Views Asked by At

I have been trying to use clasp with appscript ,to develop apps locally on my computer.

I used the following commands in the correct order.

1.npm install @google/clasp -g

2.clasp login

3.clasp create --title "test".

After the execution of this command, the following error occurs.

"Nested clasp projects are not supported"

Does anyone know how to fix this?

0

There are 0 best solutions below