sindresorhus / p-limit

Run multiple promise-returning & async functions with limited concurrency
MIT License
1.84k stars 99 forks source link

ERROR Error loading vue.config.js Error SyntaxError: Unexpected token { #48

Closed geekftz closed 3 years ago

geekftz commented 3 years ago

environment: node v8.11.1 use vuecli3 to build front project throw error: node_modules/terser-webpack-plugin/node_modules/p=limit/index.js:29 Unexpected token {

} catch {}

should use

catch(err) { 
 // deal catch error
}

image

sindresorhus commented 3 years ago

You need to upgrade your Node.js version.