Skip to content

Commit 5fcfa87

Browse files
committed
fix: Error: Cannot find module 'axios'
1 parent 919020e commit 5fcfa87

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

packages/cubejs-server-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@cubejs-backend/api-gateway": "^0.19.54",
2626
"@cubejs-backend/query-orchestrator": "^0.19.56",
2727
"@cubejs-backend/schema-compiler": "^0.19.57",
28+
"axios": "^0.19.2",
2829
"codesandbox-import-utils": "^2.1.12",
2930
"cross-spawn": "^7.0.1",
3031
"decompress": "^4.2.1",

packages/cubejs-server-core/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -850,19 +850,19 @@
850850
ramda "^0.27.0"
851851
uuid "^3.3.3"
852852

853-
"@cubejs-backend/query-orchestrator@^0.19.54":
854-
version "0.19.54"
855-
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.19.54.tgz#abee60387ecb91f2f5febc17beaa5471032eeebd"
856-
integrity sha512-rr1LpvfS9HIO5y/BfGQL6xIaji7yKtyVnPLt80E14e8/1svlX0XXN+yTW18ACjvbs2Ms3Cyo9l7xa1P/kXNR1g==
853+
"@cubejs-backend/query-orchestrator@^0.19.56":
854+
version "0.19.56"
855+
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.19.56.tgz#d8ffcbff226cc25d7039cf42dff6439f9f3193a9"
856+
integrity sha512-n1fJbhJPdcjpdB1pJbH2RWlWWZyhKzA6pqbkYbuA/7e5VgOPixQU3+gXpanSpyFc+7vovzD7In+NQieIOaLfYA==
857857
dependencies:
858858
generic-pool "^3.7.1"
859859
ramda "^0.27.0"
860860
redis "^3.0.2"
861861

862-
"@cubejs-backend/schema-compiler@^0.19.54":
863-
version "0.19.54"
864-
resolved "https://registry.yarnpkg.com/@cubejs-backend/schema-compiler/-/schema-compiler-0.19.54.tgz#3a7ff27febfe0f9849c40345ae97f995adeacc70"
865-
integrity sha512-X3Tbcw3yokVHcGENt5mzDuCkb1AK8cD0fRqlw11PaDjH/O/z/L+S6Sx/GOx+2rxLoDMV7OYiYgEFOdSQzT9qgw==
862+
"@cubejs-backend/schema-compiler@^0.19.57":
863+
version "0.19.57"
864+
resolved "https://registry.yarnpkg.com/@cubejs-backend/schema-compiler/-/schema-compiler-0.19.57.tgz#50b559c8344d45d0377da781937cd63552f21ac2"
865+
integrity sha512-omzlHEVmO+6WHvbZNOWbZ2yYIYiivsaQMq66J7XbC3lPn3lM9WsPjuXo9G3m6O+HoiWQnOT/n3l3LCf4aJnQ9g==
866866
dependencies:
867867
"@babel/generator" "^7.4.0"
868868
"@babel/parser" "^7.4.2"

0 commit comments

Comments
 (0)