Giter Site home page Giter Site logo

hyperledger-archives / sawtooth-explorer Goto Github PK

View Code? Open in Web Editor NEW
37.0 28.0 47.0 268 KB

Home Page: https://wiki.hyperledger.org/display/sawtooth

License: Apache License 2.0

TypeScript 74.32% JavaScript 1.85% HTML 11.53% Dockerfile 0.52% SCSS 11.77%

sawtooth-explorer's Introduction

SawtoothExplorer

SawtoothExplorer is an application that provides visibility into the Sawtooth Blockchain for Node Operators.

Dependencies

SawtoothExplorer is built using Angular and Angular Material. The project is managed using the Angular CLI. To run the project, you'll need Docker.

Getting Started

Before starting the SawtoothExplorer app, have the API running locally. Instructions for doing so are available in the Sawtooth documentation, under Installing and Running Sawtooth.

Once this is up and running, start the explorer container and rest api proxy container: docker-compose up

By default, the sawtooth API proxy is available at port 8090, so the apiUrl is already set to http://localhost:8090. To change where the explorer connects to the rest api, change the value of apiUrl in environments/environments.ts.

The minified and compiled web assets are also served at http://localhost:8091.

Local development

The explorer container is where you'll perform most development related functions, the container starts in serve mode, which will auto load changes. To connect to the container to perform builds and other functions: docker exec -it sawtooth-explorer /bin/bash

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module. More information can be found on the Angular CLI github page. Run these commands inside of the explorer container.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build. These files must be served through a web server such as nginx.

Running unit tests

Run ng test to execute the unit tests via Karma + Jasmine.

To run a single spec or test, update the spec from describe to fdescribe or fit to ffit respectively to run Jasmine in focused spec mode.

To generate a report on code coverage, run ng test --code-coverage. The report will be generated in the /coverage directory. To view, open the index.html page in a browser.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

sawtooth-explorer's People

Contributors

askmish avatar cianx avatar ginih avatar joewright avatar kidrecursive avatar rbuysse avatar ryjones avatar sergey-koba-mobidev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sawtooth-explorer's Issues

docker-compose up ends with an error

Hi, I can't run the sawtooth explorer because docker-compose up ends with an error

Building ng-server
Sending build context to Docker daemon  1.065MB
Step 1/4 : FROM node:6-onbuild
# Executing 5 build triggers
 ---> Using cache
 ---> Using cache
 ---> Using cache
 ---> Using cache
 ---> Using cache
 ---> 868daa7a7650
Step 2/4 : RUN  if [ ! -z $HTTP_PROXY ] && [ -z $http_proxy ]; then   http_proxy=$HTTP_PROXY;  fi;  if [ ! -z $HTTPS_PROXY ] && [ -z $https_proxy ]; then   https_proxy=$HTTPS_PROXY;  fi;  if [ ! -z $http_proxy ]; then   npm config set proxy $http_proxy;  fi;  if [ ! -z $https_proxy ]; then   npm config set https-proxy $https_proxy;  fi;
 ---> Using cache
 ---> 2697d9e18585
Step 3/4 : RUN npm run build
 ---> Running in ecbf3fa4e20d

> [email protected] build /usr/src/app
> ng build

Date: 2021-11-08T10:33:02.931Z
Hash: 2aa8c4bd48612b693aa2
Time: 2693ms
chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 3.89 kB [entry] [rendered]
chunk {main} main.bundle.js, main.bundle.js.map (main) 277 bytes [initial] [rendered]
chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 297 bytes [initial] [rendered]
chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 175 kB [initial] [rendered]

ERROR in node_modules/@types/lodash/common/array.d.ts(37,24): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(482,22): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(482,41): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(482,44): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(482,60): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(488,22): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(488,41): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(488,44): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(488,65): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(491,22): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(491,46): error TS1005: ')' expected.
node_modules/@types/lodash/common/array.d.ts(491,64): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(491,72): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(506,26): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(506,70): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(506,73): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(506,90): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(506,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(506,95): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(506,110): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(512,26): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(512,70): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(512,73): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(512,95): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(512,98): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(512,100): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(512,120): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(513,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(559,42): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(559,71): error TS1005: '=' expected.
node_modules/@types/lodash/common/array.d.ts(559,74): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(559,83): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(559,85): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(560,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(565,47): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(565,76): error TS1005: '=' expected.
node_modules/@types/lodash/common/array.d.ts(565,79): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(565,88): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(565,90): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(566,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(1781,20): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1781,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1781,42): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(1781,56): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1781,58): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1781,60): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1782,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(1787,20): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1787,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1787,42): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(1787,61): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1787,63): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1787,65): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1788,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(1808,58): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(1808,70): error TS1005: '=' expected.
node_modules/@types/lodash/common/array.d.ts(1808,77): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(1808,80): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1808,94): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1812,24): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1812,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1812,46): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(1812,60): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1812,62): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1812,64): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1813,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(1818,58): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(1818,70): error TS1005: '=' expected.
node_modules/@types/lodash/common/array.d.ts(1818,77): error TS1005: '>' expected.
node_modules/@types/lodash/common/array.d.ts(1818,80): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1818,94): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1822,24): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1822,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1822,46): error TS1005: '(' expected.
node_modules/@types/lodash/common/array.d.ts(1822,65): error TS1005: ',' expected.
node_modules/@types/lodash/common/array.d.ts(1822,67): error TS1005: ';' expected.
node_modules/@types/lodash/common/array.d.ts(1822,69): error TS1109: Expression expected.
node_modules/@types/lodash/common/array.d.ts(1823,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/array.d.ts(2126,1): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(462,22): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(462,41): error TS1005: ',' expected.
node_modules/@types/lodash/common/collection.d.ts(462,44): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(462,60): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(510,22): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(510,41): error TS1005: ',' expected.
node_modules/@types/lodash/common/collection.d.ts(510,44): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(510,65): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(949,105): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(949,108): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(949,111): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(949,112): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(949,113): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(953,19): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(953,45): error TS1005: ')' expected.
node_modules/@types/lodash/common/collection.d.ts(953,78): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(953,105): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(953,106): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(953,128): error TS1005: ']' expected.
node_modules/@types/lodash/common/collection.d.ts(953,132): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(953,152): error TS1005: '(' expected.
node_modules/@types/lodash/common/collection.d.ts(953,153): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(953,154): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(959,79): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(959,82): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(959,90): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(959,91): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(959,93): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(960,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(965,69): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(965,72): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(965,75): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(965,76): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(965,78): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(966,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(971,87): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(971,97): error TS1005: ',' expected.
node_modules/@types/lodash/common/collection.d.ts(971,104): error TS1005: ']' expected.
node_modules/@types/lodash/common/collection.d.ts(971,105): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(971,106): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(971,107): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(971,108): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(971,110): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(972,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(977,84): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(977,87): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(977,95): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(977,96): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(977,98): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(978,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(983,84): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(983,87): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(983,95): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(983,96): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(983,98): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(984,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(989,74): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(989,77): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/collection.d.ts(989,80): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(989,81): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(989,83): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(990,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(995,92): error TS1110: Type expected.
node_modules/@types/lodash/common/collection.d.ts(995,102): error TS1005: ',' expected.
node_modules/@types/lodash/common/collection.d.ts(995,109): error TS1005: ']' expected.
node_modules/@types/lodash/common/collection.d.ts(995,110): error TS1005: ';' expected.
node_modules/@types/lodash/common/collection.d.ts(995,111): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(995,112): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(995,113): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(995,115): error TS1109: Expression expected.
node_modules/@types/lodash/common/collection.d.ts(996,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/collection.d.ts(1930,1): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/common.d.ts(9,11): error TS1005: ';' expected.
node_modules/@types/lodash/common/common.d.ts(9,38): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/common.d.ts(9,56): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(9,72): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(9,86): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(9,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(9,112): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(10,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(11,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(12,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(12,55): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(13,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(13,30): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(13,33): error TS1109: Expression expected.
node_modules/@types/lodash/common/common.d.ts(13,68): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(14,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(14,57): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(15,21): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(17,11): error TS1005: ';' expected.
node_modules/@types/lodash/common/common.d.ts(17,38): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/common.d.ts(17,61): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(17,82): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(17,101): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(17,123): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(17,137): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(18,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(19,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(20,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(21,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(21,60): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(22,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(22,30): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(22,33): error TS1109: Expression expected.
node_modules/@types/lodash/common/common.d.ts(22,73): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(23,11): error TS1005: ',' expected.
node_modules/@types/lodash/common/common.d.ts(23,62): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(24,26): error TS1005: '(' expected.
node_modules/@types/lodash/common/common.d.ts(258,31): error TS1005: ';' expected.
node_modules/@types/lodash/common/common.d.ts(280,1): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(302,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(302,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(302,40): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(302,43): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(302,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(302,87): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(303,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(303,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(303,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(303,65): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(303,107): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(304,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(304,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(304,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(304,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(304,81): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(304,127): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(305,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(305,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(305,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(305,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(305,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(305,97): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(305,147): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(306,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(306,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(306,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(306,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(306,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(306,100): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(306,113): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(306,167): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(307,46): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(314,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(314,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(314,40): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(314,43): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(314,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(314,92): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(315,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(315,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(315,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(315,65): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(315,112): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(316,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(316,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(316,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(316,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(316,81): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(316,132): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(317,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(317,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(317,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(317,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(317,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(317,97): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(317,152): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(318,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(318,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(318,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(318,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(318,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(318,100): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(318,113): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(318,172): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(319,51): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(320,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(338,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(338,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(338,40): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(338,43): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(338,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(338,92): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(339,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(339,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(339,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(339,65): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(339,112): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(340,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(340,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(340,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(340,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(340,81): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(340,132): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(341,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(341,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(341,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(341,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(341,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(341,97): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(341,152): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(342,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(342,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(342,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(342,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(342,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(342,100): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(342,113): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(342,172): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(343,46): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(344,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(350,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(350,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(350,40): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(350,43): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(350,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(350,97): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(351,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(351,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(351,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(351,65): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(351,117): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(352,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(352,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(352,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(352,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(352,81): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(352,137): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(353,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(353,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(353,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(353,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(353,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(353,97): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(353,157): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(354,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(354,36): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(354,52): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(354,68): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(354,84): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(354,100): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(354,113): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(354,177): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(355,51): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(356,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(427,14): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(427,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(427,48): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(427,70): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(427,73): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(427,75): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(428,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(436,14): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(436,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(436,48): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(436,75): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(436,78): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(436,80): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(437,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(662,15): error TS1005: '>' expected.
node_modules/@types/lodash/common/function.d.ts(662,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(662,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(662,56): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(662,75): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(663,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(663,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(663,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(663,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(663,66): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(663,89): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(664,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(664,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(664,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(664,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(664,73): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(664,76): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(664,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(666,9): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(666,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(670,25): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(670,35): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(670,45): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(670,50): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(671,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(671,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(671,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(671,63): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(671,66): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(671,89): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(672,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(672,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(672,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(672,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(672,73): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(672,76): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(672,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(674,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(678,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(678,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(678,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(678,54): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(679,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(679,43): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(679,57): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(679,60): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(679,79): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(680,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(680,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(680,57): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(680,67): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(680,70): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(680,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(682,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(686,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(686,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(686,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(686,54): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(687,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(687,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(687,57): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(687,60): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(687,79): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(688,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(688,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(688,57): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(688,67): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(688,70): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(688,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(690,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(694,25): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(694,35): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(694,45): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(694,50): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,63): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,73): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(695,76): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(695,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(697,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(701,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(701,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(701,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(701,59): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(701,64): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(702,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(702,43): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(702,53): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(702,67): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(702,70): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(702,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(704,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(708,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(708,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(708,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(708,59): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(708,64): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(709,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(709,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(709,53): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(709,67): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(709,70): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(709,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(711,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(715,33): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(715,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(715,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(715,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(715,68): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(716,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(716,47): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(716,61): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(716,64): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(716,83): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(718,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(722,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(722,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(722,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(722,59): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(722,64): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(723,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(723,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(723,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(723,67): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(723,70): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(723,93): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(725,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(729,33): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(729,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(729,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(729,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(729,68): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(730,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(730,43): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(730,61): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(730,64): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(730,83): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(732,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(736,33): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(736,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(736,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(736,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(736,68): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(737,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(737,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(737,61): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(737,64): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(737,83): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(739,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(743,37): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(743,47): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(743,57): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(743,67): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(743,72): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(744,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(744,69): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(744,82): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(746,14): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(750,33): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(750,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(750,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(750,58): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(751,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(751,61): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(751,74): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(753,14): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(757,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(757,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(757,44): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(758,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(758,53): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(758,66): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(760,14): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(764,25): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(764,30): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(765,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(765,45): error TS1005: '=' expected.
node_modules/@types/lodash/common/function.d.ts(765,58): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(767,14): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(771,18): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(771,31): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(771,71): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(772,5): error TS1128: Declaration or statement expected.
node_modules/@types/lodash/common/function.d.ts(778,15): error TS1005: '>' expected.
node_modules/@types/lodash/common/function.d.ts(778,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(778,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(778,56): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(778,75): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(779,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(779,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(779,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(779,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(779,66): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(779,89): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(780,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(780,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(780,53): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(780,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(780,73): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(780,76): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(780,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(782,9): error TS1131: Property or signature expected.
node_modules/@types/lodash/common/function.d.ts(782,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(786,25): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(786,35): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(786,45): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(786,50): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(787,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(787,39): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(787,49): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(787,63): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(787,66): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(787,89): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(788,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(788,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(788,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(788,63): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(788,73): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(788,76): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(788,103): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(790,10): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(794,29): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(794,39): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(794,49): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(794,54): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(795,15): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(795,43): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(795,57): error TS1005: ';' expected.
node_modules/@types/lodash/common/function.d.ts(795,60): error TS1109: Expression expected.
node_modules/@types/lodash/common/function.d.ts(795,79): error TS1005: '(' expected.
node_modules/@types/lodash/common/function.d.ts(796,15): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(796,43): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(796,57): error TS1005: ',' expected.
node_modules/@types/lodash/common/function.d.ts(796,67): error TS1005: ',' expected.
npm ERR! Linux 5.11.0-38-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v6.17.1
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `ng build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] build script 'ng build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the sawtooth-explorer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ng build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs sawtooth-explorer
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls sawtooth-explorer
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /usr/src/app/npm-debug.log
The command '/bin/sh -c npm run build' returned a non-zero code: 1
ERROR: Service 'ng-server' failed to build : Build failed
moorada@moorada:~/go/src/github.com/hyperledger/sawtooth-explorer$ docker-compose up >> output.txt
Building ng-server
The command '/bin/sh -c npm run build' returned a non-zero code: 1
ERROR: Service 'ng-server' failed to build : Build failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.