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
    1. Home
    2. Nectar
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Groups 0

    Nectar

    @Nectar

    2
    Reputation
    387
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nectar Follow

    Best posts made by Nectar

    • RE: Windows 10 won't read quasar-cli

      @n.taddei
      I tried cmd, git bash, npm.cmd & node independently
      Problem was that npm install -g quasar-cli was not installing the quasar.cmd files in the .bin file of nodist(node/npm version control).
      I had to reinstall nodist (and node and npm) after an update.
      quasar.cmd was installed properly and am up & running.
      Mind you I’ve got to update a couple of node_modules now 😉

      Thanks for the feedback @s-molinari & @n-taddei - your remarks helped me figure it out.

      posted in CLI
      N
      Nectar

    Latest posts made by Nectar

    • RE: Windows 10 won't read quasar-cli

      @n.taddei
      I tried cmd, git bash, npm.cmd & node independently
      Problem was that npm install -g quasar-cli was not installing the quasar.cmd files in the .bin file of nodist(node/npm version control).
      I had to reinstall nodist (and node and npm) after an update.
      quasar.cmd was installed properly and am up & running.
      Mind you I’ve got to update a couple of node_modules now 😉

      Thanks for the feedback @s-molinari & @n-taddei - your remarks helped me figure it out.

      posted in CLI
      N
      Nectar
    • RE: Windows 10 won't read quasar-cli

      @s.molinari
      Thanks
      Am using Nodist for version controls (node & npm)
      C:\Users....\AppData\Roaming\npm-cache.
      package.json requires node v 4.2.0?

      posted in CLI
      N
      Nectar
    • Windows 10 won't read quasar-cli

      node -v : 7.2.1 (via nodist)
      npm -v: 3.10.10

      Have tried both npm install -g quasar-cli & npm install quasar-cli -
      Getting the standard… C:...\Projects\MobileApps\Quasar>quasar init [name of folder] 'quasar' is not recognized as an internal or external command, operable program or batch file.…error

      What to do? What to do?
      Am using ndm for global npm version checks and it registers the quasar-cli at version 0.6.1

      posted in CLI
      N
      Nectar