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

    Can't create new Projects with @quasar/cli 1.0.0-beta.7

    Help
    2
    2
    255
    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.
    • J
      jjurado last edited by

      Hi, I’m trying the new quasar version and it doesn’t create any project, neither using ‘quasar create X’ or ‘quasar create X -d dev’. The error it throws is "Quasar CLI · [.eslintrc.js] Missing helper: “if_eq”. Any ideas?

      Installed versions: NodeJS 10.13.0, @quasar/cli 1.0.0-beta.7, yarn 1.12.3

      wcomnisky 1 Reply Last reply Reply Quote 0
      • wcomnisky
        wcomnisky @jjurado last edited by

        Hello,

        Try to use smolinari/quasar-docker as it will use a newer version of NodeJs (12.1.0).

        When I tried to use Node 10.13.0 I was getting errors even to run quasar info as it follows. It wasn’t directly related to the same problem you were experiencing but it’s worth trying it.

        ...
        Networking
          Host - 9fe7e830b7ec
        /home/node/app/node_modules/@quasar/app/lib/helpers/net.js:15
                devices.push({ deviceName, ...networkAddress })
                                           ^^^^
        
        SyntaxError: Expected identifier, string or number
           at Script (vm.js:87:7)
           at createScript (vm.js:251:3)
           at runInThisContext (vm.js:303:3)
           at Module.prototype._compile (internal/modules/cjs/loader.js:656:3)
           at Module._extensions[.js] (internal/modules/cjs/loader.js:699:3)
           at Module.prototype.load (internal/modules/cjs/loader.js:598:3)
           at tryModuleLoad (internal/modules/cjs/loader.js:537:5)
           at Module._load (internal/modules/cjs/loader.js:529:3)
           at Module.prototype.require (internal/modules/cjs/loader.js:636:3)
           at require (internal/modules/cjs/helpers.js:20:7)
        Networking
          Host - 9fe7e830b7ec
        /home/node/app/node_modules/@quasar/app/lib/helpers/net.js:15
                devices.push({ deviceName, ...networkAddress })
                                           ^^^^
        
        SyntaxError: Expected identifier, string or number
           at Script (vm.js:87:7)
           at createScript (vm.js:251:3)
           at runInThisContext (vm.js:303:3)
           at Module.prototype._compile (internal/modules/cjs/loader.js:656:3)
           at Module._extensions[.js] (internal/modules/cjs/loader.js:699:3)
           at Module.prototype.load (internal/modules/cjs/loader.js:598:3)
           at tryModuleLoad (internal/modules/cjs/loader.js:537:5)
           at Module._load (internal/modules/cjs/loader.js:529:3)
           at Module.prototype.require (internal/modules/cjs/loader.js:636:3)
           at require (internal/modules/cjs/helpers.js:20:7)
        ...
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post