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
I have a task that packages my node_mouldes folder into debian. Unfortunately, current version of har-validator (and request, which depends on it) cannot be packaged, because of ajv-validator/ajv#526. Debian packaging, and probably hundreds of other tools, including make, Perl, Python, etc. have issues dealing with $ in the filename and ways to escape varies in each of them. This issue is actually resolved in the [email protected], so you should be able to get it. Could you upgrade ajv module in your package.json to fix this issue?
The text was updated successfully, but these errors were encountered:
Ajv version conflicts with electron-builder dependency. Please consider upgrade of ajv to 6.x version if possible.
Update: Somehow the conflict has gone (npm could install both versions).
I have a task that packages my
node_mouldes
folder into debian. Unfortunately, current version ofhar-validator
(andrequest
, which depends on it) cannot be packaged, because of ajv-validator/ajv#526. Debian packaging, and probably hundreds of other tools, including make, Perl, Python, etc. have issues dealing with$
in the filename and ways to escape varies in each of them. This issue is actually resolved in the[email protected]
, so you should be able to get it. Could you upgradeajv
module in yourpackage.json
to fix this issue?The text was updated successfully, but these errors were encountered: