Skip to content

dom-event repository not found: use npm instead #7

@baptistebriel

Description

@baptistebriel

Hi,

I had an issue while installing bigwheel on npm:
The "dom-event" is not on the repository (https://github.com/bigwheel-framework)

That makes an error on npm i or npm install bigwheel: repository not found

"dependencies": {
    "bw-router": "^1.1.1",
    "bw-viewmediator": "^2.0.0",
    "bw-vm": "^2.0.0",
    "dom-event": "git://github.com/bigwheel-framework/dom-event"
},

Maybe using the npm version would be easier?

"dependencies": {
    "bw-router": "^1.1.1",
    "bw-viewmediator": "^2.0.0",
    "bw-vm": "^2.0.0",
    "dom-event": "0.0.4"
},

Let me know if I did something wrong. :)
Otherwise, it works like a charm. Awesome work!

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions