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
{{ message }}
This repository was archived by the owner on Feb 18, 2023. It is now read-only.
In order to make it work in a completely new project I had to change
in package.json : node_modules/cross-env/bin/cross-env.js
To -> node_modules/cross-env/dist/bin/cross-env.js
and update laravel-mix package using "laravel-mix": "0.*",
just to let you know and check if it was a global issue or just mine
The text was updated successfully, but these errors were encountered:
In order to make it work in a completely new project I had to change
in
package.json
:node_modules/cross-env/bin/cross-env.js
To ->
node_modules/cross-env/dist/bin/cross-env.js
and update laravel-mix package using
"laravel-mix": "0.*",
just to let you know and check if it was a global issue or just mine
The text was updated successfully, but these errors were encountered: