You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to create a new project with the provided template.
Once created, when I try to start with npm start, I get this:
ERROR in /Users/ajo/Temp/repos/vue-typed-project/node_modules/vue-typed/dist/lib/mixins-global.d.ts
(10,64): error TS2709: Cannot use namespace 'Vue' as a type.
ERROR in /Users/ajo/Temp/repos/vue-typed-project/node_modules/vue-typed/dist/lib/options.d.ts
(11,60): error TS2709: Cannot use namespace 'Vue' as a type.
ERROR in /Users/ajo/Temp/repos/vue-typed-project/node_modules/vue-typed/dist/lib/component.d.ts
(10,62): error TS2709: Cannot use namespace 'Vue' as a type.
webpack: Failed to compile.