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
I recently updated our browserslist field in our package.json to read Node 14.18. Now this VS Code plugin cannot run anymore. I get the following error when trying to run a query:
Unknown version 14.18 of Node.js
I can only guess that for some reason one of the tools is picking up my local Browserslist configuration?
Code/Gist
n/a
Expected Behavior/Code
For it to run the query without error...
Environment
node.js / npm versions: v16.11.1 / v8.0.0
OS: macOS Monterey 12.0.1
Possible Solution
n/a
Additional Context/Screenshots
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
I recently updated our
browserslist
field in ourpackage.json
to readNode 14.18
. Now this VS Code plugin cannot run anymore. I get the following error when trying to run a query:I can only guess that for some reason one of the tools is picking up my local Browserslist configuration?
Code/Gist
n/a
Expected Behavior/Code
For it to run the query without error...
Environment
Possible Solution
n/a
Additional Context/Screenshots
The text was updated successfully, but these errors were encountered: