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

    Fixed in npm 5.4.1 ~~(CLI) NPM 5.4.0 bug~~

    Announcements
    3
    4
    1858
    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.
    • rstoenescu
      rstoenescu Admin last edited by rstoenescu

      There is currently an issue with NPM 5.4.0 which removes executable rights for CLI files: https://github.com/npm/npm/issues/18324

      SOLUTION: downgrade to NPM 5.3.0
      Will post here when it’s safe to upgrade to latest NPM again / or follow the Github issue posted above.

      If you have NPM 5.4.0 installed you will get this issue when running any Quasar CLI commands:

      internal/child_process.js:325
      throw errnoException(err, 'spawn');
      ^
      
      Error: spawn EACCES
      at _errnoException (util.js:1041:11)
      at ChildProcess.spawn (internal/child_process.js:325:11)
      at exports.spawn (child_process.js:493:9)
      at Command.executeSubCommand (/usr/local/lib/node_modules/quasar-cli/node_modules/commander/index.js:546:14)
      at Command.parse (/usr/local/lib/node_modules/quasar-cli/node_modules/commander/index.js:471:17)
      at Object. (/usr/local/lib/node_modules/quasar-cli/bin/quasar:41:4)
      at Module._compile (module.js:573:30)
      at Object.Module._extensions..js (module.js:584:10)
      at Module.load (module.js:507:32)
      at tryModuleLoad (module.js:470:12)
      
      1 Reply Last reply Reply Quote 1
      • rstoenescu
        rstoenescu Admin last edited by

        Seems like NPM 5.4.1 has this fixed. You can upgrade now. Thanks for your patience.

        1 Reply Last reply Reply Quote 2
        • mesqueeb
          mesqueeb last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • L
            leonardoebert last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • First post
              Last post