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