Skip to content

npm install fails with unmet peer dependency #4

@duncanbeevers

Description

@duncanbeevers

Running npm install results in an error due to an unmet peer dependency.
karma-jasmine-html-reporter relies on jasmine-core 3.8+

I worked around the issue locally by bumping the jasmin-core version.

diff --git a/package.json b/package.json
index 4ac8421..3680857 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
     "fuzzy": "^0.1.3",
     "inquirer": "^6.2.2",
     "inquirer-autocomplete-prompt": "^1.0.1",
-    "jasmine-core": "~3.5.0",
+    "jasmine-core": "~3.8.0",
     "jasmine-spec-reporter": "~5.0.0",
     "karma": "~6.3.2",
     "karma-chrome-launcher": "~3.1.0",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions