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

    Error with router path (sourceFiles) in quasar.conf.js

    CLI
    cli quasar-cli quasar.conf.js router sourcefiles
    1
    1
    283
    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.
    • D0KT0P
      D0KT0P last edited by

      // quasar.conf.js
      module.exports = function (ctx) {
        return {    
          sourceFiles: {
            router: 'src/services/router',  // default  - src/router - OK
            //...
      

      > quasar dev
      
       Dev mode.......... spa
       Pkg quasar........ v1.0.0-beta.5
       Pkg @quasar/app... v1.0.0-beta.9
       Debugging......... enabled
      
       app:quasar-conf Reading quasar.conf.js +0ms
       app:dev Checking listening address availability (0.0.0.0:8080)... +0ms
      (node:6752) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: EISDIR: illegal operation on a directory, read
      (node:6752) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post