Dirk Dresch

Results 21 comments of Dirk Dresch

Any news on this one, any workarounds. Trying to connect node-red and I'm getting exact this error. ``` red.js -> before all require statements -> require('appmetrics-dash').attach(); ```

Same issue here. I tried multiple node versions no difference.

Hi @gylippus can you provide a working fork for this issue? I'm trying to integrate your posted code but struggling with errors like `error: use of undeclared identifier 'voices'` which...

@gylippus helps sometimes to ask and the answers follow by them self. Got it at least compiling now so no need to answer. Thanks!

Thanks for this quick response! ```JSON "next": "^13.0.0", "outstatic": "^0.0.32-rc", "react": "^18.0.0", "react-dom": "^18.0.0", ``` The [slug] file is a copy of the blog [example](https://github.com/avitorio/outstatic/blob/main/examples/blog/src/pages/posts/%5Bslug%5D.tsx).

Updated to latest version 0.0.33 and copied `[slug].tsx` again, so no difference. The `fs` module not found error is gone, but still the `getDocumentPaths` method returns an empty array and...

@HedronUser did you make any progress with your project or did you stop it? Would be awesome to hear any feedback!

@iliakan if you are still struggling. Just merge the changes of the two files yourself. ATTENTION: not update safe – but anyway if just want to go on :) Here...

https://www.npmjs.com/package/@adminjs/mongoose the docs are wrong - still showing require statements. ```js import { Database as MongooseDatabase, Resource as MongooseResource } from '@adminjs/mongoose'; ``` Using this, like in the new example...

Yes – I fixed all my issues now. Thanks for your feedback!