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
[Error - 10:35:53 AM] Failed to apply command: standard.applyAutoFix
if I remove the nodePath config, I get the following error instead:
[Info - 10:36:24 AM]
Failed to load the JavaScript Standard Style library for the document [...]/server.js
To use JavaScript Standard Style please install JavaScript Standard Style by running 'npm install standard' in the workspace folder node-serve-reload-replace
or globally using 'npm install -g standard'. You need to reopen the workspace after installing JavaScript Standard Style.
Alternatively you can disable JavaScript Standard Style for the workspace folder node-serve-reload-replace by executing the 'Disable JavaScript Standard Style' command.
What did you expect to happen?
should work without requiring to install standard as a direct project dependency.
Are you willing to submit a pull request to fix this bug?
If I have a clear direction to where the fix might be, sure.
The text was updated successfully, but these errors were encountered:
What version of this package are you using?
What operating system, Node.js, and npm version?
What happened?
when using the following configuration:
I get the following error:
if I remove the
nodePath
config, I get the following error instead:What did you expect to happen?
should work without requiring to install
standard
as a direct project dependency.Are you willing to submit a pull request to fix this bug?
If I have a clear direction to where the fix might be, sure.
The text was updated successfully, but these errors were encountered: