I use Cursor a lot and it works well for me, so my installation seems fine. However, today I tried using Agent in composer with Yolo mode on to see how it would handle a simple React Typescript app boilerplate. As soon as it tried to run npm it said not found and started trying to install it with apt install. I definitely have npm installed and when I open a terminal in cursor npm works there. Is there some setting somewhere to make sure that composer agent is using the correct shell?
Hey, try explicitly setting your default shell for Cursor, as it might not be detecting it. Here’s more information:
this works fine for integrated terminals, but it does not work for composer agent’s terminals. Nothing I’ve tried can affect the behavior of the shell it spawns