Closed yshrsmz closed 6 years ago
Getting the same.
Fixed in 1.1.4. Touch me if the error persist.
Hi @DavidBernal, it's still broken but with a different error. The file you are pointing to in the main
property of the package.json
is not present when downloading your library from NPM.
I got following error in v1.1.3. when I use v1.0.0, it works fine. seems like there's no
nuxt-property-decorator.umd.js
in v1.1.3, and entry point of the library isnuxt-property-decorator.js
which usesimport
(and I believe node.js does not supportimport
syntax out of the box yet)