Search found 1 match

by conorb
Sat Apr 30, 2022 3:15 pm
Forum: IDEs for ESP-IDF
Topic: Configuration issue?
Replies: 6
Views: 19908

Re: Configuration issue?

I had a similar issue (command not found) and it was resolved by running <code> npm install --legacy-peer-deps </code> in the vscode dependency folder (~/.vscode/extensions/espressif.esp-idf-extension-1.x.x>). I am not sure how the node_modules folder got deleted in the first place, but this resolve...