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
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
When running Electron using electron-prebuilt-compile, I get the following warning:
Warning, the following targets are using a decimal version:
electron: 1.7
We recommend using a string for minor/patch versions to avoid numbers like 6.10
getting parsed as 6.1, which can lead to unexpected behavior.
When running Electron using
electron-prebuilt-compile
, I get the following warning:This warning seems to be caused by
babel-preset-env
in line 408 ofconfig-parser.js
:getElectronVersion
seems to return a decimal version whenbabel-preset-env
wants a string version.The problematic code seems to have been introduced in #214.
This issue has also already been posted in another repository: electron-userland/electron-prebuilt-compile#45
The text was updated successfully, but these errors were encountered: