Home > front end >  npm install on VueJS
npm install on VueJS

Time:10-21

I am trying to install enter image description here

Could anyone help me to install this script ?

CodePudding user response:

I tried it myself and had the same issue.

There might be an issue on the author's end or with some dependency. Try contacting the author of the package to investigate the issue.

You can create an issue here: https://github.com/creativetimofficial/vue-notus/issues

CodePudding user response:

nice you can delete your node modules and try again...

or you can try npm cache clean

if both fails you can try yarn...

  • Related