tabame icon indicating copy to clipboard operation
tabame copied to clipboard

Can't use NPM to build

Open GoPixel-lab opened this issue 3 years ago • 0 comments

Cloning into 'oyster-swap'... remote: Enumerating objects: 516, done. remote: Counting objects: 100% (105/105), done. remote: Compressing objects: 100% (26/26), done. Receiving objects: 98% (506/516), 604.00 KiB | 12.00 KiB/sused 411 eceiving objects: 96% (496/516), 604.00 KiB | 12.00 KiB/s Receiving objects: 100% (516/516), 615.04 KiB | 14.00 KiB/s, done. Resolving deltas: 100% (333/333), done. PS C:\Users\yuanyuan\Desktop\lend> set "SWAP_PROGRAM_OWNER_FEE_ADDRESS=FHrb9uxHgy7crGDBS83dWhDHzrsMSq1guvmcMYsY6xQj" PS C:\Users\yuanyuan\Desktop\lend> set "SWAP_HOST_FEE_ADDRESS=FHrb9uxHgy7crGDBS83dWhDHzrsMSq1guvmcMYsY6xQj" PS C:\Users\yuanyuan\Desktop\lend> npm install @craco/craco --save npm WARN deprecated [email protected]: flatten is deprecated in favor of utility frameworks such as lodash. npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated [email protected]: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address' npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi' npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x. npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.

added 1898 packages, and audited 1899 packages in 2m

152 packages are looking for funding run npm fund for details

59 vulnerabilities (16 moderate, 41 high, 2 critical)

To address all issues, run: npm audit fix

Run npm audit for details.

GoPixel-lab avatar Nov 02 '21 16:11 GoPixel-lab