Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. webcodestar
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Groups 0

    webcodestar

    @webcodestar

    1
    Reputation
    9
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    webcodestar Follow

    Best posts made by webcodestar

    • RE: File .babelrc is Missing

      @nothingismagick said in File .babelrc is Missing:

      This is a little confusing. Are you attempting to build a 0.17 project? If not, then I imagine you still have an old copy of quasar-cli in the global npm or yarn namespace.

      He was right. It is because you were using old version.

      Uninstall quasar-cli if you have it from <1.0 versions

      $ npm uninstall -g quasar-cli

      Node.js >= 8.9.0 is required.

      $ npm install -g @quasar/cli

      Try with above commands.

      posted in Help
      W
      webcodestar

    Latest posts made by webcodestar

    • RE: File .babelrc is Missing

      @nothingismagick said in File .babelrc is Missing:

      This is a little confusing. Are you attempting to build a 0.17 project? If not, then I imagine you still have an old copy of quasar-cli in the global npm or yarn namespace.

      He was right. It is because you were using old version.

      Uninstall quasar-cli if you have it from <1.0 versions

      $ npm uninstall -g quasar-cli

      Node.js >= 8.9.0 is required.

      $ npm install -g @quasar/cli

      Try with above commands.

      posted in Help
      W
      webcodestar