Arguments: C:\Program Files\nodejs\node.exe C:\Users\rupes\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files\dotnet\;C:\Users\rupes\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\rupes\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\rupes\AppData\Local\Programs\Python\Python310\;C:\Users\rupes\AppData\Local\Microsoft\WindowsApps;C:\Users\rupes\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\rupes\AppData\Local\GitHubDesktop\bin;C:\Users\rupes\.dotnet\tools;C:\Users\rupes\AppData\Roaming\npm;C:\Users\rupes\AppData\Roaming\nvm;C:\Program Files\nodejs Yarn version: 1.22.10 Node version: 16.11.0 Platform: win32 x64 Trace: SyntaxError: C:\Users\rupes\AppData\Local\Yarn\Cache\v6\npm-tslib-2.4.1-0d0bfbaac2880b91e22df0768e55be9753a5b17e-integrity\node_modules\tslib\.yarn-metadata.json: Unexpected token in JSON at position 0 at JSON.parse () at C:\Users\rupes\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:1625:59 at Generator.next () at step (C:\Users\rupes\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:310:30) at C:\Users\rupes\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:321:13 npm manifest: { "name": "ecannajs", "version": "1.0.2", "description": "Ecanna Platform JS Library", "main": "dist/index.js", "scripts": { "build": "rm -rf dist/ && npx tsc -b && cp -r typings/src ./dist", "prebundle": "yarn build", "bundle": "webpack --mode production", "lint": "eslint ./ --ext js,ts --fix", "prepublish": "yarn build", "release:prepare": "rm -rf ./dist ./node_modules && yarn install && yarn build && yarn bundle && yarn test && git status", "test": "jest", "test-watch": "jest --watch", "docshtml": "npx typedoc --plugin typedoc-plugin-external-module-name --mode file src", "docsmd": "rm -rf docsMD && yarn build && npx typedoc --readme none --plugin typedoc-plugin-markdown,typedoc-plugin-external-module-name --theme markdown --out docsMD src", "docs": "yarn docshtml && yarn docsmd", "prettier-src": "prettier --write ./src", "prettier-examples": "prettier --write ./examples", "prettier-tests": "prettier --write ./tests", "prettier-web": "prettier --write ./web", "prettier-mocks": "prettier --write ./__mocks__", "prettier": "yarn prettier-src && yarn prettier-examples && yarn prettier-tests && yarn prettier-web && yarn prettier-mocks", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/ecannacoins/ecannajs.git" }, "keywords": [ "Ecanna", "blockchain", "defi" ], "author": "admin@ecanna.com", "contributors": [ "admin@ecanna.com" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/ecannacoins/ecannajs/issues" }, "homepage": "https://github.com/ecannacoins/ecannajs#readme", "devDependencies": { "@types/bech32": "1.1.4", "@types/bn.js": "5.1.0", "@types/create-hash": "1.2.2", "@types/hdkey": "2.0.1", "@types/jest": "27.5.0", "@types/node": "16.11.12", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "clean-webpack-plugin": "4.0.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-security": "1.5.0", "git-revision-webpack-plugin": "5.0.0", "html-webpack-plugin": "5.5.0", "husky": "8.0.1", "jest": "26.6.3", "jest-mock-axios": "4.5.0", "prettier": "2.7.1", "terser-webpack-plugin": "5.3.5", "ts-jest": "26.5.6", "ts-loader": "9.3.1", "typedoc": "^0.18.0", "typedoc-plugin-external-module-name": "^4.0.3", "typedoc-plugin-markdown": "^2.4.0", "typescript": "^4.7.4", "webpack": "5.74.0", "webpack-cli": "4.10.0" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "assert": "2.0.0", "axios": "0.27.2", "bech32": "2.0.0", "bip39": "3.0.4", "bn.js": "5.2.1", "buffer": "6.0.3", "create-hash": "1.2.0", "crypto-browserify": "3.12.0", "elliptic": "6.5.4", "ethers": "5.7.0", "hdkey": "2.0.1", "isomorphic-ws": "5.0.0", "randombytes": "^2.1.0", "store2": "2.14.2", "stream-browserify": "3.0.0", "ws": "8.8.1", "xss": "1.0.14" }, "prettier": { "tabWidth": 2, "useTabs": false, "semi": false, "singleQuote": false, "jsxBracketSameLine": false, "trailingComma": "none" } } yarn manifest: No manifest Lockfile: No lockfile