Skip to content

Commit

Permalink
Merge pull request #274 from contentstack/fix/DX-972
Browse files Browse the repository at this point in the history
Fix: Getting Cannot find module @apollo/client/core with latest version
  • Loading branch information
aman19K authored Jul 22, 2024
2 parents b72b7f8 + aa534e7 commit 61c791d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.20.2
@contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.12.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
73 changes: 16 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@apollo/client": "^3.7.9",
"@contentstack/cli-command": "^1.2.18",
"@contentstack/cli-launch": "^1.0.18",
"@contentstack/cli-utilities": "^1.6.2",
Expand Down

0 comments on commit 61c791d

Please sign in to comment.