You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
- Use `npx` if local version not found
- Use default config if none found
- Fix webpack bundle
- More tasks in `scripts`
- Default debugging tasks for VS Code
- Script to bump the version of the task
- Refactor code to use functions instead of classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fix#9Fix#10Fix#12
- Use `npx` if local version not found
- Use default config if none found
- Fix webpack bundle
- More tasks in `scripts`
- Default debugging tasks for VS Code
- Script to bump the version of the task
- Refactor code to use functions instead of classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fixwebhintio#9Fixwebhintio#10Fixwebhintio#12
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 similarThe text was updated successfully, but these errors were encountered: