You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running npm run build within the my-widget-service folder. i get the error of
widget_service.ts:49:30 - error TS2339: Property 'asset' does not exist on type 'typeof AssetCode'.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
when running npm run build within the my-widget-service folder. i get the error of
widget_service.ts:49:30 - error TS2339: Property 'asset' does not exist on type 'typeof AssetCode'.
Expected Behavior
Should complete with no error
Current Behavior
widget_service.ts:49:30 - error TS2339: Property 'asset' does not exist on type 'typeof AssetCode'.
49 code: lambda.AssetCode.asset("resources"),
~~~~~
Found 1 error in widget_service.ts:49
Reproduction Steps
C:\Users\xxxx\Downloads\aws-cdk-examples-master\aws-cdk-examples-master\typescript\my-widget-service>npm run build
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.91.0 (build eea12ea)
Framework Version
No response
Node.js Version
??
OS
Win11
Language
Typescript, Python
Language Version
No response
The text was updated successfully, but these errors were encountered: