nuxt-typescript icon indicating copy to clipboard operation
nuxt-typescript copied to clipboard

Example app fails to build

Open kpturner opened this issue 7 years ago • 0 comments

If I clone the repo, navigate to the examples folder and run: npm install npm run dev

I get the following errors:

These dependencies were not found:

* !!ts-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./lang-ts.vue in ./pages/lang-ts.vue
* !!ts-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./index.vue in ./pages/index.vue
* !!tsx-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./lang-tsx.vue in ./pages/lang-tsx.vue

kpturner avatar Nov 19 '18 00:11 kpturner