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
When running build for example Example Vue: php .\console vue:build ExampleVue
an error occurs:
Building CoreHome…
‘BROWSERSLIST_IGNORE_OLD_DATA’ is not recognized as an internal or external command,
operable program or batch file.
Failed:
The system cannot find the path specified.
Building ExampleVue…
‘BROWSERSLIST_IGNORE_OLD_DATA’ is not recognized as an internal or external command,
operable program or batch file.
Failed:
The system cannot find the path specified.
I need some help!
The text was updated successfully, but these errors were encountered:
Sorry for the late response on that one.
By the looks you tried to run the command using a windows environment. As mentioned on https://developer.matomo.org/guides/getting-started-part-1 this is currently not supported.
For building vue files on windows you might need to use a virtual machine or wsl, but it might also work using something like git bash.
When running build for example Example Vue: php .\console vue:build ExampleVue
an error occurs:
Building CoreHome…
‘BROWSERSLIST_IGNORE_OLD_DATA’ is not recognized as an internal or external command,
operable program or batch file.
Failed:
The system cannot find the path specified.
Building ExampleVue…
‘BROWSERSLIST_IGNORE_OLD_DATA’ is not recognized as an internal or external command,
operable program or batch file.
Failed:
The system cannot find the path specified.
I need some help!
The text was updated successfully, but these errors were encountered: