Skip to content

Missing nodejs dependency #12

@hadesbox

Description

@hadesbox

The package.json is missing the babel/runtime dependency, currently if you make a clean clon, npm install, etc it wont run.

$ git diff
diff --git a/swag_api/static/package.json b/swag_api/static/package.json
index ce6ae23..f7f7f0c 100644
--- a/swag_api/static/package.json
+++ b/swag_api/static/package.json
@@ -4,6 +4,7 @@
   "private": true,
   "proxy": "http://localhost:5000",
   "dependencies": {
+    "@babel/runtime": "7.0.0-beta.55",
     "autosuggest-highlight": "^3.1.0",
     "classnames": "^2.2.5",
     "debounce": "^1.0.2",

that line needs to be added.

thanks @ivanmarques

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