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 have a task that runs an npm script from a package.json in nodejs. Do you know what I can put in the command parameter that will kick off that task?
I have tried:
npm run - error (this will run in the terminal of vscode)
task. - error
I have a nodejs Express project and it would be nice to auto start the server when I open the folder.
Thanks
The text was updated successfully, but these errors were encountered:
I have a task that runs an npm script from a package.json in nodejs. Do you know what I can put in the command parameter that will kick off that task?
I have tried:
npm run - error (this will run in the terminal of vscode)
task. - error
I have a nodejs Express project and it would be nice to auto start the server when I open the folder.
Thanks
The text was updated successfully, but these errors were encountered: