Closed NeverWise closed 2 years ago
npm should create a package.json and a package-lock.json file when you install dependencies. If you push these files in the repository we can install them just typing npm i.
npm
package.json
package-lock.json
npm i
Thanks, it's done.
npm
should create apackage.json
and apackage-lock.json
file when you install dependencies. If you push these files in the repository we can install them just typingnpm i
.