Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vuejs initialization Typerror

I am trying to create a new vue application but I keep getting this Type Error, I'll show you my entire command line. All I did was run npm init vue@latest

npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

Vue.js - The Progressive JavaScript Framework

TypeError: (0 , import_node_util.parseArgs) is not a function
    at init (C:\Users\HP\AppData\Local\npm-cache\_npx\2f7e7bff16d1c534\node_modules\create-vue\outfile.cjs:4481:72)
    at Object.<anonymous> (C:\Users\HP\AppData\Local\npm-cache\_npx\2f7e7bff16d1c534\node_modules\create-vue\outfile.cjs:4862:1)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47

I could not find a solution anywhere

my node version is v16.16.0

like image 391
Dave Callister Avatar asked Aug 14 '26 22:08

Dave Callister


1 Answers

Your node version is outdated. Update to the latest version, this will solve the problem

like image 157
Vlad Filippov Avatar answered Aug 17 '26 11:08

Vlad Filippov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!