It works for the first time. So, i must have all my dependencies correct. Here's my tour code.
var tour = new Tour({
name: 'First Tour.'
steps: [
{
element: "#no1",
title: "NUMBER",
content: "Enter the no. of codes needed."
},
{
element: "#no2",
title: "TYPE",
content: "Enter the type needed."
}
]
});
tour.init();
tour.start();