Hi All, I started working on the guide and install...
# guide
s
Hi All, I started working on the guide and installed the first step
npx create-serverless-stack@latest notes
and cd into notes and did Npm run stack . I am getting the following error
Copy code
Failed to parse generated manifest.json [Error: ENOENT: no such file or directory, open 'C:\whatsapp\notes\node_modules\@serverless-stack\cli\assets\debug-stack\cdk.out\manifest.json'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\whatsapp\\notes\\node_modules\\@serverless-stack\\cli\\assets\\debug-stack\\cdk.out\\manifest.json'
}
Deploying stacks
Failed to parse generated manifest.json [Error: ENOENT: no such file or directory, open 'C:\whatsapp\notes\node_modules\@serverless-stack\cli\assets\debug-stack\cdk.out\manifest.json'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\whatsapp\\notes\\node_modules\\@serverless-stack\\cli\\assets\\debug-stack\\cdk.out\\manifest.json'
}

Failed to deploy the debug stack
f
This is fixed in v0.69.2 🎉