wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

No such file or directory, open 'platforms/browser/browser.json' #88

Open Kirill-code opened 2 years ago

Kirill-code commented 2 years ago

Hello, please help solve this issue:

[2021-12-30T06:53:31.907Z] [ERROR] [Build] ENOENT: no such file or directory, open 'platforms/browser/browser.json' [2021-12-30T06:53:31.907Z] [ERROR] [Build] Build failed with the following error: Something happened on our side while generating your app. Please try again.

I cannot build .apk file in Outsystems with latest master branch.

BR, Kirill

MauriceSchoenmakers commented 2 years ago

so i was missing the plugins/cordova-plugin-msal/src/browser/msal-browser.min.js plugins/cordova-plugin-msal/src/browser/MsalProxy.js

browser files until i added the cordova-browser dependency...

maybe different but maybe related to #88

peitschie commented 1 year ago

This is now fixed and can be closed.