-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
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
Labels
No labels