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.

    Could you post your code?

    25 days later

    @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.

    Write a Reply...