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.
Asked
Active
Viewed 187 times
1 Answers
0
to install package.json
dependencies you have to type npm install
or npm i

Niccolò Fant
- 599
- 5
- 10
-
I got it using npm init --y – kayode sunday Apr 12 '22 at 11:44