-1

I can not install package.json dependencies in my truffle project and I have tried touch.json. it's giving me errors. I have also tried truffle init, but it is not working.

TylerH
  • 20,799
  • 66
  • 75
  • 101

1 Answers1

0

to install package.json dependencies you have to type npm install or npm i

Niccolò Fant
  • 599
  • 5
  • 10