question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no exported member 'CloudApp'

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
julien-von-oetingercommented, May 6, 2020

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 !

0reactions
pharindokocommented, May 6, 2020

Thanks for contributing theses issues. Will close this issue for now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found