SyntaxFix
Write A Post
Hire A Developer
Questions
Use below command to create a package.json file.
npm init npm init --yes or -y flag
[This method will generate a default package.json using information extracted from the current directory.]
Working with package.json