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
My app is running okay in dev mode but npm run build fails with the following:
node_modules/@inertiajs/core/dist/index.esm.js (1:3242): "stringify" is not exported by "node_modules/qs/lib/index.js", imported by "node_modules/@inertiajs/core/dist/index.esm.js".
node_modules/@inertiajs/core/dist/index.esm.js (1:3257): "parse" is not exported by "node_modules/qs/lib/index.js", imported by "node_modules/@inertiajs/core/dist/index.esm.js".
Everytime I sort the issues, a similar one comes up. I am in a cycle.
The text was updated successfully, but these errors were encountered:
My app is running okay in dev mode but npm run build fails with the following:
Everytime I sort the issues, a similar one comes up. I am in a cycle.
The text was updated successfully, but these errors were encountered: