johannschopplich / kirby-vue3-starterkit

✨ Kirby + Vue SPA starter: automatic routing, i18n, SEO and more!
MIT License
206 stars 19 forks source link

UnhandledPromiseRejectionWarning: koa' do not define a valid '.' target #1

Closed nexflo closed 4 years ago

nexflo commented 4 years ago

After npm install and npm run start this gets thrown

vite v1.0.0-rc.4 [1] (node:55150) UnhandledPromiseRejectionWarning: Error: Package exports for 'kirby-vue3-starterkit-master/node_modules/koa' do not define a valid '.' target

node v13.1.0

johannschopplich commented 4 years ago

I can't reproduce that. Seems like an error specific to your setup. What do you use?

I have tested the app locally on Windows, macOS as well as Linux successfully. Although in each case on Node 14+.

nexflo commented 4 years ago

Yea Node 14 fixes it.