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
vis-timeline not have this file: vis-timeline/dist/vis-timeline-graph2d.min
change index.js to:
[remove] require('vis/dist/vis-timeline-graph2d.min.css');
[update] var _visTimelineGraph2d = require('vis/dist/vis-timeline-graph2d.min');
and remove "vis-timeline" from dependencies
The text was updated successfully, but these errors were encountered:
pLavrenov
changed the title
vis-timeline/dist/vis-timeline-graph2d.min
vis-timeline/dist/vis-timeline-graph2d.min -- npm build
Dec 23, 2020
Overview
vis-timeline not have this file: vis-timeline/dist/vis-timeline-graph2d.min
change index.js to:
[remove] require('vis/dist/vis-timeline-graph2d.min.css');
[update] var _visTimelineGraph2d = require('vis/dist/vis-timeline-graph2d.min');
and remove "vis-timeline" from dependencies
The text was updated successfully, but these errors were encountered: