@marcelo-wanderley

Member Since
Aug 8, 2023
Lessons Completed
0
Comments Contributed
2
Hours Watched
0

Recent Activity

Here's what @marcelo-wanderley has been up to this past year

  • Replied to Note that this won't work with Vite - as far as I could recreate...

    I couldn't make it work. Could you help?

  • Commented on post The AdonisJS InertiaJS Adapter Now Supports Vue Server-Side Rendering (SSR)

    I did all the steps and an error is shown.

    require() of ES Module C:\Users\Projeto\node_modules@inertiajs\vue3\dist\index.js from C:\Users\Projeto\inertia\ssr\ssr.js not supported. index.js is treated as an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which declares all .js files in that package scope as ES modules. Instead rename index.js to end in .cjs, change the requiring code to use dynamic import() which is available in all CommonJS modules, or change "type": "module" to "type": "commonjs" in C:\Users\Projeto\node_modules@inertiajs\vue3\package.json to treat all .js files as CommonJS (using .mjs for all ES modules instead).


    I believe that the transpile is not made to run on the frontend (Client). I tried a few things, but to no avail.

  • Account created Welcome to Adocasts, @marcelo-wanderley!