Code Monkey home page Code Monkey logo

Comments (4)

tikiatua avatar tikiatua commented on June 4, 2024

Hi @Tazer,

Could you try to use the file dist/vuex-i18n.umd.js? We switched the default file of the package to the es6 version. This is probably the cause of the error you are seeing.

from vuex-i18n.

Tazer avatar Tazer commented on June 4, 2024

@tikiatua I will try todo that, is there any good why todo that with npm/yarn package.json ?

Cause my vuex-i18n is just: "vuex-i18n": "1.8.0", in (package.json)

from vuex-i18n.

tikiatua avatar tikiatua commented on June 4, 2024

It should be possible to specify the path when you actually import the script.

// i.e. instead of 
import vuexI18n from 'vuex-i18n';

// use this
import vuexI18n from 'vuex-i18n/dist/vuex-i18n.umd.js';

Alternatively you could edit the package.json file in the directory node_modules/vuex-i18n and set the property "main" to "dist/vuex-i18n.umd.js",

from vuex-i18n.

Tazer avatar Tazer commented on June 4, 2024

yeah I did the second option. But yeah your first option should work also I guess! :) Thanks.

So I solved it with a fork: "vuex-i18n": "git+ssh://[email protected]:tazer/vuex-i18n.git#v1.8-tazer",

from vuex-i18n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.