S
напиши
node -v
в терминалSize: a a a
S
node -v
в терминалY
S
a
{
"_from": "koa@^2.7.0",
"_id": "koa@2.13.1",
"_inBundle": false,
"_integrity": "sha512-Lb2Dloc72auj5vK4X4qqL7B5jyDPQaZucc9sR/71byg7ryoD1NCaCm63CShk9ID9quQvDEi1bGR/iGjCG7As3w==",
"_location": "/koa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa@^2.7.0",
"name": "koa",
"escapedName": "koa",
"rawSpec": "^2.7.0",
"saveSpec": null,
"fetchSpec": "^2.7.0"
},
"_requiredBy": [
"/node-vkcoinapi"
],
"_resolved": "https://registry.npmjs.org/koa/-/koa-2.13.1.tgz",
"_shasum": "6275172875b27bcfe1d454356a5b6b9f5a9b1051",
"_spec": "koa@^2.7.0",
"_where": "/storage/emulated/0/New/node_modules/node-vkcoinapi",
"bugs": {
"url": "https://github.com/koajs/koa/issues"
},
"bundleDependencies": false,
"dependencies": {
"accepts": "^1.3.5",
"cache-content-type": "^1.0.0",
"content-disposition": "~0.5.2",
"content-type": "^1.0.4",
"cookies": "~0.8.0",
"debug": "~3.1.0",
"delegates": "^1.0.0",
"depd": "^2.0.0",
"destroy": "^1.0.4",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"fresh": "~0.5.2",
"http-assert": "^1.3.0",
"http-errors": "^1.6.3",
"is-generator-function": "^1.0.7",
"koa-compose": "^4.1.0",
"koa-convert": "^1.2.0",
"on-finished": "^2.3.0",
"only": "~0.0.2",
"parseurl": "^1.3.2",
"statuses": "^1.5.0",
"type-is": "^1.6.16",
"vary": "^1.1.2"
},
"deprecated": false,
"description": "Koa web app framework",
"devDependencies": {
"egg-bin": "^4.13.0",
"eslint": "^6.5.1",
"eslint-config-koa": "^2.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gen-esm-wrapper": "^1.0.6",
"mm": "^2.5.0",
"supertest": "^3.1.0"
},
"engines": {
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
},
"exports": {
".": {
"require": "./lib/application.js",
"import": "./dist/koa.mjs"
},
"./": "./"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/koajs/koa#readme",
"keywords": [
"web",
"app",
"http",
"application",
"framework",
"middleware",
"rack"
],
"license": "MIT",
"main": "lib/application.js",
"name": "koa",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/koa.git"
},
"scripts": {
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
"bench": "make -C benchmarks",
"build": "gen-esm-wrapper . ./dist/koa.mjs",
"lint": "eslint benchmarks lib test",
"prepare": "npm run build",
"test": "egg-bin test test",
"test-cov": "egg-bin cov test"
},
"version": "2.13.1"
}
"engines": {
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
},
S
a
npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
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 EPERM
npm ERR! syscall symlink
npm ERR! path ../sshpk/bin/sshpk-conv
npm ERR! dest /storage/emulated/0/New/node_modules/.bin/sshpk-conv
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../sshpk/bin/sshpk-conv' -> '/storage/emulated/0/New/node_modules/.bin/sshpk-conv'
npm ERR! [OperationalError: EPERM: operation not permitted, symlink '../sshpk/bin/sshpk-conv' -> '/storage/emulated/0/New/node_modules/.bin/sshpk-conv'] {
npm ERR! cause: [Error: EPERM: operation not permitted, symlink '../sshpk/bin/sshpk-conv' -> '/storage/emulated/0/New/node_modules/.bin/sshpk-conv'] {
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../sshpk/bin/sshpk-conv',
npm ERR! dest: '/storage/emulated/0/New/node_modules/.bin/sshpk-conv'
npm ERR! },
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../sshpk/bin/sshpk-conv',
npm ERR! dest: '/storage/emulated/0/New/node_modules/.bin/sshpk-conv'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /data/data/com.termux/files/home/.npm/_logs/2021-02-17T06_19_59_409Z-debug.log
a
a
S
Y
S
a
a
S
S
Y
a
Y
S