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
npm-run-all is a useful but no longer maintained development dependency. It can be problematic for stricter contexts regarding the dependencies used.
Proposed Solution
Change npm-run-all to npm-run-all2, a currently maintained and improved fork. The change is as simple as changing npm-run-all to npm-run-all2 in the package.json file, as well as the respective version. Please let me know your opinion and if I can help/open a PR.
Hi! 👋
Problem
npm-run-all
is a useful but no longer maintained development dependency. It can be problematic for stricter contexts regarding the dependencies used.Proposed Solution
Change
npm-run-all
tonpm-run-all2
, a currently maintained and improved fork. The change is as simple as changingnpm-run-all
tonpm-run-all2
in thepackage.json
file, as well as the respective version. Please let me know your opinion and if I can help/open a PR.Additional context
Thanks!
The text was updated successfully, but these errors were encountered: