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
The cynics have no problem killing processes, restarting servers, & having a crappy workflow to npm install dependencies, but have a problem with maybe accidentally installing a dependency because they've carelessly typo-d lodsh. 👀
Anyway, I think it'd be legit if:
First save with a missing dependency threw an error (before Webpack got to it!) saying the dependency is missing. Heck, copying the error format could be useful?
The second time saving the file (dunno if plugins will still fire knowing nothing has changed!) would save & install the dep.
Whoa there! `lodash` hasn't been installed yet!
Save your file again to install `lodash` automatically...
The text was updated successfully, but these errors were encountered:
Can you detect which specific file changes triggered a rebuild?
If the problem is typos, it could get kind of annoying when you haven't made one.
How about an option to ping npm to check if a module a) exists and if possible b) isn't typosquatting? (auto-install uses number of downloads in the last month for this when you use its --secure flag) before going back to the user for a double-save "are you sure"?
The cynics have no problem killing processes, restarting servers, & having a crappy workflow to
npm install
dependencies, but have a problem with maybe accidentally installing a dependency because they've carelessly typo-dlodsh
. 👀Anyway, I think it'd be legit if:
The text was updated successfully, but these errors were encountered: