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
package.json: Unix commands in npm scripts (rm -rf .next, cp .env.example .env) fail on Windows. Use rimraf, shx, or Node-based equivalents for cross-platform compatibility.
package.json: Unix commands in npm scripts (
rm -rf .next,cp .env.example .env) fail on Windows. Userimraf,shx, or Node-based equivalents for cross-platform compatibility.