[Ubuntu] Install NodeJs 18 on Linux curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash – apt-get install nodejs node -v # npm install
Góp nhặt của một kẻ mù công nghệ :p
[Ubuntu] Install NodeJs 18 on Linux curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash – apt-get install nodejs node -v # npm install
NodeJS error TS2456: Type alias Geometry circularly references itself Err info ERROR in node_modules/@types/geojson/index.d.ts:79:13 – error TS2456: Type alias 'Geometry' circularly references itself. 79 export type Geometry = Point | MultiPoint | LineString | MultiLineString | Polygon | MultiPolygon | […]
IONIC – Build IOS 2023 https://ionicframework.com/docs/developing/ios Install Nodejs16 Phải Nodejs16 mới được, bản nodejs17 đang lỗi ERR_OSSL_EVP_UNSUPPORTED chưa có cách sửa https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm,node,man1/node*} nvm uninstall v17.4.0 // check version node -v || node –version // list installed […]
nvm use does not switch node versions I had to delete the folder located at C:\Program Files\nodejs: And then run nvm use {version} again to repopulate this folder with the correct node version. I suspect that nvm is having trouble deleting this folder […]
Nodejs ERR_OSSL_EVP_UNSUPPORTED Err info opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } command terminated with exit code 1 Fix Nodejs ERR_OSSL_EVP_UNSUPPORTED I had this problem too. I’d accidentally been running on the […]
IONIC NPM update all plugins, check java, gradle version IONIC NPM update all plugins npm install -g cordova-check-plugins cordova-check-plugins –update=auto Check java, gradle version # Check java path where java #—– java -version gradle -version https://downloads.gradle-dn.com/distributions/gradle-7.5.1-bin.zip
[Fix Err] Node.js request CERT_HAS_EXPIRED Node.js request CERT_HAS_EXPIRED Fix Node.js request CERT_HAS_EXPIRED Add this at the top of your file: process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; DANGEROUS This disables HTTPS / SSL / TLS checking across your entire node.js environment. Please see the solution […]
IONIC Updating Dependencies Check module is outdate https://stackoverflow.com/questions/16525430/npm-check-and-update-package-if-needed npm outdated Update Dependencies npm update Lỗi npm Could not resolve dependency npm Could not resolve dependency Để fix, tôi chạy lệnh này npm update –save –legacy-peer-deps https://stackoverflow.com/questions/64573177/unable-to-resolve-dependency-tree-error-when-installing-npm-packages Kết quả