no exported member 'CloudApp'
See original GitHub issueDescribe the bug
Today I have tried to run “jsonsls update-stack” as I usually do but now I have an error message:
ERROR in /mnt/c/Users/Julien/Documents/greenmotion-frontend/api/api-server/src/handler.ts
./src/handler.ts
[tsl] ERROR in /mnt/c/Users/Julien/Documents/greenmotion-frontend/api/api-server/src/handler.ts(4,21)
TS2305: Module '"../node_modules/json-serverless-lib/lib"' has no exported member 'CloudApp'.
When I open the the “handler.ts” file in my visual studio code, it complains about “CloupApp” that is not found in “json-serverless-lib”. If I look in my node_modules, it really seems like this “CloupApp” is not available.
I have tried restart everything from scratch but I still have the issue. Any idea ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
ConfigurationObject has no export member #1150 - GitHub
Hi, I've fix this with the follow code: import * as GCloudStorage from '@google-cloud/storage'; const { Storage } = GCloudStorage.default || ...
Read more >Firebase deploy error : TS2694: Namespace 'admin' has no ...
ts:109:25 - error TS2694: Namespace 'admin' has no exported member 'appCheck'. 109 token: firebase.appCheck.DecodedAppCheckToken; Found 1 error.
Read more >Resolved: V2: no exported member 'observable'? - vNext
My IDE and the build command are telling me aurelia has no exported member 'observable' using : 2.0.0-alpha.24.
Read more >app.component has no exported member error - Treehouse
Hello - my code is identical as in the course, but Im getting 2 errors: Error 1: "ERROR in [at-loader] src\app\app.component.ts:11:3 Declar.
Read more >Module '"@prismicio/client"' has no exported member 'Content'
As title states, I'm getting this error: This is my prismic.ts: import * as prismic from '@prismicio/client'; import * as prismicNext from ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes sorry it works for me too now. I don’t know what I did yesterday night. I must have done a mistake. All good now 👍 ! Great job !
Thanks for contributing theses issues. Will close this issue for now.