Problem:
running npm syntax –> npm install <package> –save
doesn’t write to package.json
Solution:
create empty package.json first containing curly bracket only {}
Problem:
running npm syntax –> npm install <package> –save
doesn’t write to package.json
Solution:
create empty package.json first containing curly bracket only {}