M
M
Maxim Kruchinin2021-02-17 08:37:39
Node.js
Maxim Kruchinin, 2021-02-17 08:37:39

Error with node_vkcoinapi when downloading the library, what should I do?

I wrote:
npm i node-vkcoinapi
When installing, it gives this:

npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN enoent ENOENT: no such file or directory, open '/storage/emulated/0/New/package.json'
npm WARN New No description
npm WARN New No repository field.
npm WARN New No README data
npm WARN New No license field.

npm ERR! code EEXIST
npm ERR! path /storage/emulated/0/New/node_modules/.bin/uuid
npm ERR! Refusing to delete /storage/emulated/0/New/node_modules/.bin/uuid: is outside /storage/emulated/0/New/node_modules/uuid and not a link
npm ERR! File exists: /storage/emulated/0/New/node_modules/.bin/uuid
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR!     /data/data/com.termux/files/home/.npm/_logs/2021-02-17T05_32_26_793Z-debug.log

Help me please!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2021-02-17
@slide13

Uninstall node_modules
Reinstall dependenciesnpm install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question