progressBar.tick(); ^
TypeError: progressBar.tick is not a function
I am not able to solve this error, and I also ran the npm install as suggested!
rohanshivajirao most likely you've imported the module incorrectly or haven't installed it.
I plan to release a new lecture on npm modules soon.
npm
Could you post your code?
@Coderslang_Master: I encounter similar issue which says that progressBar.tick is not a function. npm install ran successfully. Attaching the screenshots for your reference.
@Coderslang_Master: I figured out the problem. The startProgressBar function call in the solution.js file was using insufficient arguments.
arvrwx I'm about to add a new lecture on npm imports. Congrats on solving the problem yourself 🙂