vercel: 14.0.0-14.0.2 does not work (npm/Windows)

I upgraded now cli to 14.0.0 using npm on Windows, but now cli does not work at all: now-cli-1400 You do not have to worry about the upgrade time. I ran this after I booted Windows.

This problem can be temporarily avoided by downgrading to 13.1.3:

 npm install -g now@13.1.3

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 32
  • Comments: 16 (2 by maintainers)

Most upvoted comments

Issue got fixed by https://github.com/zeit/now-cli/pull/1922 in release 14.1.0-canary.4.

Awesome work!: 2019-03-04 09 51 27

@subtleGradient contributed with this:

(function (exports, require, module, __filename, __dirname) { MZ�
                                                                ^

SyntaxError: Invalid or unexpected token
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:616:28)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:191:16)
    at bootstrap_node.js:612:3

I confirmed the release of 14.0.1-canary.1 and tried it, but this problem is ongoing: 2019-02-26 08 59 44

It was released in 14.0.1. Therefore 14.0.1 is still a problem.