Skip to content

Commit 61c791d

Browse files
authored
Merge pull request #274 from contentstack/fix/DX-972
Fix: Getting Cannot find module @apollo/client/core with latest version
2 parents b72b7f8 + aa534e7 commit 61c791d

File tree

3 files changed

+18
-58
lines changed

3 files changed

+18
-58
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020
$ csdx COMMAND
2121
running command...
2222
$ csdx (--version|-v)
23-
@contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.20.2
23+
@contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.12.1
2424
$ csdx --help [COMMAND]
2525
USAGE
2626
$ csdx COMMAND

package-lock.json

Lines changed: 16 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"/oclif.manifest.json"
2121
],
2222
"dependencies": {
23+
"@apollo/client": "^3.7.9",
2324
"@contentstack/cli-command": "^1.2.18",
2425
"@contentstack/cli-launch": "^1.0.18",
2526
"@contentstack/cli-utilities": "^1.6.2",

0 commit comments

Comments
 (0)