E
E
ettaluni2021-07-16 19:05:13
Node.js
ettaluni, 2021-07-16 19:05:13

Lost node_modules folder, how to restore from config?

Good evening, the node_modules file is lost, but there is a package.json, how can I download it, what command is there to not overwrite anything?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rag'n' Code Man, 2021-07-16
@ettaluni

Use your favorite package manager:
$ yarn install
$ npm i
Or even more abbreviated:
$ yarn
$ npm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question