Coder Social home page Coder Social logo

Getting ERROR TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string about vue-cli-plugin-prerender-spa HOT 6 CLOSED

solarliner avatar solarliner commented on September 22, 2024
Getting ERROR TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string

from vue-cli-plugin-prerender-spa.

Comments (6)

erajasekar avatar erajasekar commented on September 22, 2024

I am missing anything. Can you help resolve this issue?

from vue-cli-plugin-prerender-spa.

SolarLiner avatar SolarLiner commented on September 22, 2024

The configuration file looks to be default. I can't reproduce the bug with a test project though.

It seems like the line that fails is an attempt to resolve the path to the generated index file - and it only uses Vue configuration options, mainly the output directory and index path. Did you change those values and can you show them to me?

from vue-cli-plugin-prerender-spa.

erajasekar avatar erajasekar commented on September 22, 2024

Thanks for checking,

I did not change any of those values. I tried it on a new vanilla project and still hit the same error:

Here is the code on the GitHub if you want to check https://github.com/erajasekar/doculet4/tree/pre-render

I suspect either it could be a version difference or environment settings on my machine. What version of vue and vue-cli do you have for your test project?

from vue-cli-plugin-prerender-spa.

SolarLiner avatar SolarLiner commented on September 22, 2024

I can reproduce the bug with your codebase, so that's progress...

from vue-cli-plugin-prerender-spa.

SolarLiner avatar SolarLiner commented on September 22, 2024

So by default, the Vue CLI passes the "index path" option to the plugin, which is then used to tell the prerendering plugin where to write the generated markup. It appears by default, since creating a new project just works - but in your case, it doesn't pass that variable to the plugin.

The culprit is the version of the CLI service you used - you're stuck under 3.0.0-beta.15 instead of the latest version (which I am in, 3.0.4). Why I didn't check that first, is unknown to me 😆

Update your CLI dependencies to 3.0.4 and it should work like a charm!

from vue-cli-plugin-prerender-spa.

erajasekar avatar erajasekar commented on September 22, 2024

Yep worked great with the latest version. Thanks a lot looking into and also for the very useful plugin.

from vue-cli-plugin-prerender-spa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.