No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    node_modules path folder

    Help
    2
    2
    147
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Cosby last edited by

      Hello all,
      I made a yarn install --module-folder C:\temp\folder this is for using a shared node_modules folder among my microservices. now if I try to run quasar dev from the frontend folder I gor error :Error Unknown command “dev”". How can I use a node_modules folder in a different path?

      I 1 Reply Last reply Reply Quote 0
      • I
        Ilia @Cosby last edited by

        @cosby I haven’t tested that approach for node_modules specifically, but you can do it this way:

        1. yarn install in frontend
        2. move node_modules to C:\temp\folder
        3. create a symlink pointing from frontend\node_modules to C:\temp\folder\node_modules
        4. quasar dev

        That would be great if you let here know if that works or not 🙂
        Cheers!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post