When I m Try to Create Vite Application in Ubuntu I Got this error
file:///home/user/.npm/_npx/1415fee72ff6294b/node_modules/create-vite/dist/index.mjs:48 `),this.close()}_(t,s){return t.toLowerCase()===”y”?(this.value=!0,this.submit()):t.toLowerCase()===”n”?(this.value=!1,this.submit()):this.bell()}render(){this.closed||(this.firstRender?this.out.write(Ie.hide):this.out.write(Fr(this.outputText,this.out.columns)),super.render(),this.outputText=[_e.symbol(this.done,this.aborted),De.bold(this.msg),_e.delimiter(this.done),this.done?this.value?this.yesMsg:this.noMsg:De.gray(this.initialValue?this.yesOption:this.noOption)].join(” “),this.out.write(Lr.line+Ie.to(0)+this.outputText))}}var Hr=kr,Yr={TextPrompt:di,SelectPrompt:bi,TogglePrompt:Si,DatePrompt:ur,NumberPrompt:br,MultiselectPrompt:Ee,AutocompletePrompt:_r,AutocompleteMultiselectPrompt:jr,ConfirmPrompt:Hr};(function(e){const t=e,s=Yr,i=r=>r;function n(r,l,d={}){return new Promise((a,b)=>{const p=new s[r](l),h=d.onAbort||i,c=d.onSubmit||i,g=d.onExit||i;p.on(“state”,l.onState||i),p.on(“submit”,x=>a(c(x))),p.on(“exit”,x=>a(g(x))),p.on(“abort”,x=>b(h(x)))})}t.text=r=>n(“TextPrompt”,r),t.password=r=>(r.style=”password”,t.text(r)),t.invisible=r=>(r.style=”invisible”,t.text(r)),t.number=r=>n(“NumberPrompt”,r),t.date=r=>n(“DatePrompt”,r),t.confirm=r=>n(“ConfirmPrompt”,r),t.list=r=>{const l=r.separator||”,”;return n(“TextPrompt”,r,{onSubmit:d=>d.split(l).map(a=>a.trim())})},t.toggle=r=>n(“TogglePrompt”,r),t.select=r=>n(“SelectPrompt”,r),t.multiselect=r=>{r.choices=[].concat(r.choices||[]);const l=d=>d.filter(a=>a.selected).map(a=>a.value);return n(“MultiselectPrompt”,r,{onAbort:l,onSubmit:l})},t.autocompleteMultiselect=r=>{r.choices=[].concat(r.choices||[]);const l=d=>d.filter(a=>a.selected).map(a=>a.value);return n(“AutocompleteMultiselectPrompt”,r,{onAbort:l,onSubmit:l})};const o=(r,l)=>Promise.resolve(l.filter(d=>d.title.slice(0,r.length).toLowerCase()===r.toLowerCase()));t.autocomplete=r=>(r.suggest=r.suggest||o,r.choices=[].concat(r.choices||[]),n(“AutocompletePrompt”,r))})(oe);const Ft=oe,Vr=[“suggest”,”format”,”onState”,”validate”,”onRender”,”type”],Re=()=>{};async function V(e=[],{onSubmit:t=Re,onCancel:s=Re}={}){const i={},n=V._override||{};e=[].concat(e);let o,r,l,d,a,b;const p=async(h,c,g=!1)=>{if(!(!g&&h.validate&&h.validate(c)!==!0))return h.format?await h.format(c,i):c};for(r of e)if({name:d,type:a}=r,typeof a==”function”&&(a=await a(o,{…i},r),r.type=a),!!a){for(let h in r){if(Vr.includes(h))continue;let c=r[h];r[h]=typeof c==”function”?await c(o,{…i},b):c}if(b=r,typeof r.message!=”string”)throw new Error(“prompt message is required”);if({name:d,type:a}=r,Ft[a]===void 0)throw new Error(`prompt type (${a}) is not defined`);if(n[r.name]!==void 0&&(o=await p(r,n[r.name]),o!==void 0)){i[d]=o;continue}try{o=V._injected?Br(V._injected,r.initial):await Ft[a](r),i[d]=o=await p(r,o,!0),l=await […]