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
In package.json, in scripts I have something like this:
{
"dev": "npm run build:polyfills && webpack --env target=modern --config-name main && webpack --env target=old --config-name
main",
}
This script is in 5 different apps and everything works fine. Now I created new app, installed dependencies (npm install) and I have this error. I did not change node/npm versions. Any ideas? Do you need more details?
The text was updated successfully, but these errors were encountered:
Hello,
In package.json, in scripts I have something like this:
{
"dev": "npm run build:polyfills && webpack --env target=modern --config-name main && webpack --env target=old --config-name
main",
}
This script is in 5 different apps and everything works fine. Now I created new app, installed dependencies (npm install) and I have this error. I did not change node/npm versions. Any ideas? Do you need more details?
The text was updated successfully, but these errors were encountered: