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
Windows 10 Pro (build 19042.867)
Docker version 3.2.2
npm 6.14.11
When following the installation constructions and using the command npm run start
I get the following error:
theme-directory-env
> ./provision.sh
'.' is not recognized as an internal or external command,
operable program or batch file.
-I tried to bypass this by cloning the two GitHub repos in the script manually,
and run npm run wp-env start instead.
Then I was met with the following: mysqlcheck: Got error: 1045: Access denied for user 'example username'@'.....' (using password: YES) when trying to connect
The text was updated successfully, but these errors were encountered:
Windows 10 Pro (build 19042.867)
Docker version 3.2.2
npm 6.14.11
When following the installation constructions and using the command
npm run start
I get the following error:
-I tried to bypass this by cloning the two GitHub repos in the script manually,
and run
npm run wp-env start
instead.Then I was met with the following:
mysqlcheck: Got error: 1045: Access denied for user 'example username'@'.....' (using password: YES) when trying to connect
The text was updated successfully, but these errors were encountered: