We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keytar package is not picked after building cordova-electron
npm i keytar should install keytar in packaged cordova-electron
keytar package is getting removed from the package.json after building the app
1-npm i keytar, 2. use any keytar function 3. build the app using cordova build electron
cordova build electron
platform - windows 10
cordova 11.0.0 cordova-electron 3.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Problem
keytar package is not picked after building cordova-electron
What is expected to happen?
npm i keytar should install keytar in packaged cordova-electron
What does actually happens?
keytar package is getting removed from the package.json after building the app
Information
1-npm i keytar,
2. use any keytar function
3. build the app using cordova build electron
Command or Code
cordova build electron
Environment, Platform, Device
platform - windows 10
Version information
cordova 11.0.0
cordova-electron 3.0.0
Checklist
The text was updated successfully, but these errors were encountered: