ahmadnassri / node-har-validator

Extremely fast HTTP Archive (HAR) validator using JSON Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with packaging

gsikorski opened this issue ยท comments

commented

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 ajv@6.4.0, so you should be able to get it. Could you upgrade ajv module in your package.json to fix this issue?

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).

๐ŸŽ‰ This issue has been resolved in version 5.1.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€