Suddenly, I started to get this error on starting my project. Earlier (few days ago) everything was fine.
This dependency was not found:
vue-introjs in ./src/main.js
To install it, you can run: npm install --save vue-introjs
My current version of the package is: "vue-introjs": "^1.1.2"
Even if I execute npm install --save vue-introjs and update the package to version 1.3.1, it doesn't help.
Suddenly, I started to get this error on starting my project. Earlier (few days ago) everything was fine.
This dependency was not found:
vue-introjs in ./src/main.js To install it, you can run: npm install --save vue-introjs
My current version of the package is: "vue-introjs": "^1.1.2" Even if I execute npm install --save vue-introjs and update the package to version 1.3.1, it doesn't help.