We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2091322 commit 4adc9c0Copy full SHA for 4adc9c0
1 file changed
scripts/bundle.mjs
@@ -158,7 +158,7 @@ const cliTarballPath = path.join(cliRoot, cliTarballName);
158
159
if (fs.existsSync(cliTarballPath)) {
160
log(`Done! Tarball: ${cliTarballPath}`);
161
- log(`Install with: npm install ${cliTarballPath}`);
+ log(`Install with: npm install -g ${cliTarballPath}`);
162
log('When you run agentcore create, the bundled CDK constructs will be installed automatically.');
163
} else {
164
log(`Done! Check ${cliRoot} for the .tgz file.`);
0 commit comments