-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels