Restore project to a non-archived state.
npm unarchive
$ npm unarchive
archive information and tarballs removed
This command undoes the work of npm-archive(1)
by doing the following:
archived-packages/
directory.package-lock.json
to use non-file:
resolved URLs and updates their integrity
fields.node_modules/
to prevent archive-related changes from affecting future installs.