Guillaume Martin

Results 5 comments of Guillaume Martin

Same for me, packages were installed and everything worked once I replaced the `include` line in the webpack config.

@higgins1b You can also replace `include: path.join(__dirname, 'source')` with an include on the hard-coded path like `include: 'path_here'`. I've had this issue with using `path.join` on Windows machines before.

@Burgi0101 It should at least be compatible with Windows according to Node's documentation: https://nodejs.org/api/path.html @ericelliott I'll search around if I can find a reason as to why it doesn't work,...

Have you found a way to export a request collection (with environments) and import it as a request collection (with environments) ? I'm only able to import as the "Design...

I ended up reverting to 2023.1.0 and it imports properly.