Not sure if is the right place to report it, but trying to deploy a static site using now, the console show this error:
> Initializing…
> Building
> â–² npm install
> â§— Installing:
> ‣ serve@^3.2.0
> ✓ Installed 167 modules [14s]
> â–² npm start
> > dist@ start /home/nowuser/src
> > serve ./content
> /home/nowuser/src/node_modules/serve/lib/listening.js:7
> const copyToClipboard = async text => {
> ^^^^
> SyntaxError: Unexpected identifier
> at Object.exports.runInThisContext (vm.js:76:16)
> at Module._compile (module.js:545:28)
> at Module._extensions..js (module.js:582:10)
> at Object.require.extensions.(anonymous function) [as .js] (/home/nowuser/src/node_modules/async-to-gen/register.js:42:5)
> at Module.load (module.js:490:32)
> at tryModuleLoad (module.js:449:12)
> at Function.Module._load (module.js:441:3)
> at Module.require (module.js:500:17)
> at require (internal/module.js:20:19)
> at Object.<anonymous> (/home/nowuser/src/node_modules/serve/lib/index.js:11:19)
seeing the same error
works for me for versions <= 3.2.2
Ran through a git blame and found that line added here
Most helpful comment
Fixed!