https://github.com/mg3-codes/d-d-spell-finder npx create-react-app . –template typescript npm install typescript @types/node @types/react @types/react-dom @types/jest yarn add typescript @types/node @types/react @types/react-dom @types/jest
https://github.com/sahil-bhanvadiya/ag-grid-react-redux-typescript npx create-react-app . –template typescript npm install typescript @types/node @types/react @types/react-dom @types/jest
https://github.com/cyberphani/MyReactApp npx create-react-app . –template typescript npm install typescript @types/node @types/react @types/react-dom @types/jest npm i @sinclair/typebox TypeScript error in C:/VIW/MyReactApp-master/web/node_modules/@sinclair/typebox/typebox.d.ts(349,42): ‘?’ expected. TS1005 347 | export type TTemplateLiteralConst<T, Acc extends string> = T extends TUnion<infer U> ? { 348 | [K in keyof U]: TTemplateLiteralUnion<Assert<[U[K]], TTemplateLiteralKind[]>, Acc>;…
https://github.com/EugenioNhampossa/library-manager-web-admin npx create-react-app . –template typescript npm install typescript @types/node @types/react @types/react-dom @types/jest yarn start
https://github.com/ag-grid/ag-grid-react-example > ag-grid-react-example@30.0.0 examples C:\VIW\ag-grid-react-example-master> NODE_OPTIONS=–openssl-legacy-provider webpack-dev-server –content-base src-examples/ –config config/webpack.config.examples.js –mode development –open ‘NODE_OPTIONS’은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 파일이 아닙니다.npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! ag-grid-react-example@30.0.0 examples: `NODE_OPTIONS=–openssl-legacy-provider webpack-dev-server –content-base src-examples/ –config config/webpack.config.examples.js –mode development –open`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the ag-grid-react-example@30.0.0 examples script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in:npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2023-07-19T00_14_02_275Z-debug.logerror Command failed with exit code 1.info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
df -h | grep logs001 du -sh *
https://github.com/JoniRinta-Kahila/blog npm install typescript @types/node @types/react @types/react-dom @types/jest npm install devextreme@20.1 devextreme-angular –save –save-exact
설치 npm i -D env-cmd env-cmdrc.js 생성하여 JS 파일로 프로퍼티를 관리할 수 있다. module.exports = Promise.resolve({ common: { ENV_PROP1: ‘값1’, ENV_PROP2: ‘값2’ }, dev: { db_url: ‘mariadb://127.0.0.1:3306/dbname’, dp_user: ‘test’, dp_psssword: ‘test’ }, prod: { db_url: ‘mariadb://xxx.xxx.xxx.xxx:3306/dbname’,…
https://github.com/tolopsy/react-trader
ps -ef | grep apache ps -ef | grep tomcat