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 on windows (11 with Visual Studio 2022 installed which installed git and node.js installed too), it gets this error from the Okta-hosted-login folder. 'STANDALONE_SAMPLE_BUILD' is not recognized as an internal or external command, operable program or batch file. If I do npm start in the previous foler, it starts a page where I am supposed to choose either project and then get an error where the route does not exist because its missing a folder /dist/index.html. Does anyone know how to make it run on windows? I am using the CMD.
The text was updated successfully, but these errors were encountered:
When running on windows (11 with Visual Studio 2022 installed which installed git and node.js installed too), it gets this error from the Okta-hosted-login folder.
![image](https://private-user-images.githubusercontent.com/181141267/374358876-9ff5fed5-459a-483b-a7c3-db323ed8e8a7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzM2MjAsIm5iZiI6MTczODgzMzMyMCwicGF0aCI6Ii8xODExNDEyNjcvMzc0MzU4ODc2LTlmZjVmZWQ1LTQ1OWEtNDgzYi1hN2MzLWRiMzIzZWQ4ZThhNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwOTE1MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NzMwOTMyYjI4MWVkZWNmZmFhNTFlYzllM2ViZjM5OWI2ZGUxY2ViNDczYTA0ODNiNDBkNzdlYzVjMmI0ODk0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.TBzJn1l0ppIXaJr0DbAQ1bVP9dcWzzUTgGmGWn8vmcc)
![image](https://private-user-images.githubusercontent.com/181141267/374359056-461d4bc5-c159-4f6d-abf2-13e1e3db8e80.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzM2MjAsIm5iZiI6MTczODgzMzMyMCwicGF0aCI6Ii8xODExNDEyNjcvMzc0MzU5MDU2LTQ2MWQ0YmM1LWMxNTktNGY2ZC1hYmYyLTEzZTFlM2RiOGU4MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwOTE1MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYzc0ODBiODZkZDgwMmUwMDQ1MmFjODBhYjRhNTA1M2E5NjcxZjkxMmYyMTYzNjk1ZTUwZjAwMmE2OWRiNDc4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zs6Phqo1PGh0MHMwzAweqLpNRf4NkSouVUeL3_qWczk)
'STANDALONE_SAMPLE_BUILD' is not recognized as an internal or external command, operable program or batch file.
If I do npm start in the previous foler, it starts a page where I am supposed to choose either project and then get an error where the route does not exist because its missing a folder/dist/index.html
. Does anyone know how to make it run on windows? I am using the CMD.The text was updated successfully, but these errors were encountered: