Right now the extension seems to be looking for the global installation.
We should check if the project already has one installed as a devDependency and if so, use it.
We could look into the package.json of the project, or inside node_modules/bin or something similar
Right now the extension seems to be looking for the global installation. We should check if the project already has one installed as a
devDependency
and if so, use it.We could look into the
package.json
of the project, or insidenode_modules/bin
or something similar