Giter VIP home page Giter VIP logo

Comments (7)

xidedix avatar xidedix commented on May 17, 2024 4

anyone facing this issue:

  • remove package-lock.json
  • update @coreui/coreui to 2.1.6
  • run npm install
  • please let us know is it any better

from coreui.

hamishgraham avatar hamishgraham commented on May 17, 2024

Further to this... I also tried to use NPM and it also failed due to the coreui-plugin-npm-postinstall dependency.

npm install @coreui/coreui --save

Errors from log:

145 verbose stack Error: @coreui/[email protected] postinstall: `coreui-plugin-npm-postinstall`
145 verbose stack Exit status 1
145 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16)
145 verbose stack     at EventEmitter.emit (events.js:182:13)
145 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
145 verbose stack     at ChildProcess.emit (events.js:182:13)
145 verbose stack     at maybeClose (internal/child_process.js:961:16)
145 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
146 verbose pkgid @coreui/[email protected]
147 verbose cwd /tmp/
148 verbose Darwin 17.4.0
149 verbose argv "/usr/local/Cellar/node/10.6.0/bin/node" "/usr/local/bin/npm" "install" "@coreui/coreui" "--save"
150 verbose node v10.6.0
151 verbose npm  v6.4.0
152 error code ELIFECYCLE
153 error errno 1
154 error @coreui/[email protected] postinstall: `coreui-plugin-npm-postinstall`
154 error Exit status 1
155 error Failed at the @coreui/[email protected] postinstall script.
155 error This is probably not a problem with npm. There is likely additional logging output above.
156 verbose exit [ 1, true ]

from coreui.

andrewcartwright1 avatar andrewcartwright1 commented on May 17, 2024

I'm also having this issue :/

11150 warn @coreui/[email protected] requires a peer of perfect-scrollbar@^1.3.0 but none was installed.
11151 verbose If you need help, you may report this error at:
11151 verbose     <https://github.com/npm/npm/issues>
11152 warn [email protected] No description
11153 verbose If you need help, you may report this error at:
11153 verbose     <https://github.com/npm/npm/issues>
11154 verbose stack Error: @coreui/[email protected] postinstall: `coreui-plugin-npm-postinstall`
11154 verbose stack Exit status 1
11154 verbose stack     at EventEmitter.<anonymous> (D:\Program Files (x86)\npm\3.10.8\node_modules\npm\lib\utils\lifecycle.js:255:16)
11154 verbose stack     at emitTwo (events.js:106:13)
11154 verbose stack     at EventEmitter.emit (events.js:191:7)
11154 verbose stack     at ChildProcess.<anonymous> (D:\Program Files (x86)\npm\3.10.8\node_modules\npm\lib\utils\spawn.js:40:14)
11154 verbose stack     at emitTwo (events.js:106:13)
11154 verbose stack     at ChildProcess.emit (events.js:191:7)
11154 verbose stack     at maybeClose (internal/child_process.js:877:16)
11154 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
11155 verbose pkgid @coreui/[email protected]
11156 verbose cwd D:\home\site\wwwroot\wwwroot
11157 error Windows_NT 10.0.14393
11158 error argv "D:\\Program Files (x86)\\nodejs\\6.9.1\\node.exe" "D:\\Program Files (x86)\\npm\\3.10.8\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"
11159 error node v6.9.1
11160 error npm  v3.10.8
11161 error code ELIFECYCLE
11162 error @coreui/[email protected] postinstall: `coreui-plugin-npm-postinstall`
11162 error Exit status 1
11163 error Failed at the @coreui/[email protected] postinstall script 'coreui-plugin-npm-postinstall'.
11163 error Make sure you have the latest version of node.js and npm installed.
11163 error If you do, this is most likely a problem with the @coreui/coreui package,
11163 error not with npm itself.
11163 error Tell the author that this fails on your system:
11163 error     coreui-plugin-npm-postinstall
11163 error You can get information on how to open an issue for this project with:
11163 error     npm bugs @coreui/coreui
11163 error Or if that isn't available, you can get their info via:
11163 error     npm owner ls @coreui/coreui
11163 error There is likely additional logging output above.
11164 verbose exit [ 1, true ]

from coreui.

offline-pixel avatar offline-pixel commented on May 17, 2024

I tried

sudo npm install @coreui/coreui
before
sudo npm install @coreui/coreui

but got this in log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '@coreui/coreui' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 93827756bbe5f6cf
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 200 https://registry.npmjs.org/@coreui%2fcoreui 12ms (from cache)
8 silly pacote tag manifest for @coreui/coreui@latest fetched in 27ms
9 silly install loadIdealTree
10 silly install cloneCurrentTreeToIdealTree
11 silly install loadShrinkwrap
12 silly install loadAllDepsIntoIdealTree
13 silly resolveWithNewModule @coreui/[email protected] checking installable status
14 http fetch GET 200 https://registry.npmjs.org/@coreui%2fcoreui-plugin-npm-postinstall 6ms (from cache)
15 http fetch GET 200 https://registry.npmjs.org/@babel%2fpolyfill 7ms (from cache)
16 http fetch GET 200 https://registry.npmjs.org/bootstrap 7ms (from cache)
17 silly pacote range manifest for @coreui/coreui-plugin-npm-postinstall@^1.0.2 fetched in 9ms
18 silly resolveWithNewModule @coreui/[email protected] checking installable status
19 silly pacote range manifest for @babel/polyfill@^7.0.0 fetched in 10ms
20 silly resolveWithNewModule @babel/[email protected] checking installable status
21 silly pacote range manifest for bootstrap@^4.1.3 fetched in 10ms
22 silly resolveWithNewModule [email protected] checking installable status
23 http fetch GET 200 https://registry.npmjs.org/core-js 3ms (from cache)
24 http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 4ms (from cache)
25 silly pacote range manifest for core-js@^2.5.7 fetched in 5ms
26 silly resolveWithNewModule [email protected] checking installable status
27 silly pacote range manifest for regenerator-runtime@^0.11.1 fetched in 5ms
28 silly resolveWithNewModule [email protected] checking installable status
29 silly currentTree @coreuipro/[email protected]
30 silly idealTree @coreuipro/[email protected]
30 silly idealTree +-- @babel/[email protected]
30 silly idealTree | -- [email protected] 30 silly idealTree +-- @coreui/[email protected] 30 silly idealTree +-- @coreui/[email protected] 30 silly idealTree | -- [email protected]
30 silly idealTree -- [email protected] 31 silly install generateActionsToTake 32 silly diffTrees action count 6 33 silly diffTrees add [email protected] 34 silly diffTrees add [email protected] 35 silly diffTrees add @babel/[email protected] 36 silly diffTrees add @coreui/[email protected] 37 silly diffTrees add [email protected] 38 silly diffTrees add @coreui/[email protected] 39 silly decomposeActions action count 48 40 silly decomposeActions fetch [email protected] 41 silly decomposeActions extract [email protected] 42 silly decomposeActions preinstall [email protected] 43 silly decomposeActions build [email protected] 44 silly decomposeActions install [email protected] 45 silly decomposeActions postinstall [email protected] 46 silly decomposeActions finalize [email protected] 47 silly decomposeActions refresh-package-json [email protected] 48 silly decomposeActions fetch [email protected] 49 silly decomposeActions extract [email protected] 50 silly decomposeActions preinstall [email protected] 51 silly decomposeActions build [email protected] 52 silly decomposeActions install [email protected] 53 silly decomposeActions postinstall [email protected] 54 silly decomposeActions finalize [email protected] 55 silly decomposeActions refresh-package-json [email protected] 56 silly decomposeActions fetch @babel/[email protected] 57 silly decomposeActions extract @babel/[email protected] 58 silly decomposeActions preinstall @babel/[email protected] 59 silly decomposeActions build @babel/[email protected] 60 silly decomposeActions install @babel/[email protected] 61 silly decomposeActions postinstall @babel/[email protected] 62 silly decomposeActions finalize @babel/[email protected] 63 silly decomposeActions refresh-package-json @babel/[email protected] 64 silly decomposeActions fetch @coreui/[email protected] 65 silly decomposeActions extract @coreui/[email protected] 66 silly decomposeActions preinstall @coreui/[email protected] 67 silly decomposeActions build @coreui/[email protected] 68 silly decomposeActions install @coreui/[email protected] 69 silly decomposeActions postinstall @coreui/[email protected] 70 silly decomposeActions finalize @coreui/[email protected] 71 silly decomposeActions refresh-package-json @coreui/[email protected] 72 silly decomposeActions fetch [email protected] 73 silly decomposeActions extract [email protected] 74 silly decomposeActions preinstall [email protected] 75 silly decomposeActions build [email protected] 76 silly decomposeActions install [email protected] 77 silly decomposeActions postinstall [email protected] 78 silly decomposeActions finalize [email protected] 79 silly decomposeActions refresh-package-json [email protected] 80 silly decomposeActions fetch @coreui/[email protected] 81 silly decomposeActions extract @coreui/[email protected] 82 silly decomposeActions preinstall @coreui/[email protected] 83 silly decomposeActions build @coreui/[email protected] 84 silly decomposeActions install @coreui/[email protected] 85 silly decomposeActions postinstall @coreui/[email protected] 86 silly decomposeActions finalize @coreui/[email protected] 87 silly decomposeActions refresh-package-json @coreui/[email protected] 88 silly install executeActions 89 silly doSerial global-install 48 90 verbose correctMkdir /home/kaali/.npm/_locks correctMkdir not in flight; initializing 91 verbose lock using /home/kaali/.npm/_locks/staging-402a6a02d91af1a4.lock for /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging 92 silly doParallel extract 48 93 silly extract [email protected] 94 silly pacote trying core-js@https://registry.npmjs.org/core-js/-/core-js-2.6.0.tgz by hash: sha512-kLRC6ncVpuEW/1kwrOXYX6KQASCVtrh1gQr/UiaVgFlf9WE5Vp+lNe5+h3LuMr5PAucWnnEXwH0nQHRH/gpGtw== 95 silly extract [email protected] 96 silly pacote trying regenerator-runtime@https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz by hash: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== 97 silly extract @babel/[email protected] 98 silly pacote trying @babel/polyfill@https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.0.0.tgz by hash: sha512-dnrMRkyyr74CRelJwvgnnSUDh2ge2NCTyHVwpOdvRMHtJUyxLtMAfhBN3s64pY41zdw0kgiLPh6S20eb1NcX6Q== 99 silly extract @coreui/[email protected] 100 silly pacote trying @coreui/coreui-plugin-npm-postinstall@https://registry.npmjs.org/@coreui/coreui-plugin-npm-postinstall/-/coreui-plugin-npm-postinstall-1.0.2.tgz by hash: sha512-yeeoWp+bNS84nP1977Y8UCiQ9pssO+f4QuVj3i0/gYZFjjvOgxx0dnyWhtowD5sLYnCRMPlPpqyjwXze3SlkYg== 101 silly extract [email protected] 102 silly pacote trying bootstrap@https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz by hash: sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w== 103 silly extract @coreui/[email protected] 104 silly pacote trying @coreui/coreui@https://registry.npmjs.org/@coreui/coreui/-/coreui-2.1.3.tgz by hash: sha512-dIsJNcCDYHwPQ3uf+0uOSgs/ZLhwPSWLCBHNsWAYdncXecJC0Hw12PkJPFsAeKmCdMKOVip3CPy8Ul3sC2vPgw== 105 silly pacote @coreui/coreui-plugin-npm-postinstall@https://registry.npmjs.org/@coreui/coreui-plugin-npm-postinstall/-/coreui-plugin-npm-postinstall-1.0.2.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/@coreui/coreui-plugin-npm-postinstall-ec94e590 by content address 56ms 106 silly pacote regenerator-runtime@https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/regenerator-runtime-63eed7af by content address 59ms 107 silly pacote @babel/polyfill@https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.0.0.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/@babel/polyfill-fc3ac3eb by content address 81ms 108 silly pacote bootstrap@https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/bootstrap-4cc2f242 by content address 208ms 109 silly pacote @coreui/coreui@https://registry.npmjs.org/@coreui/coreui/-/coreui-2.1.3.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/@coreui/coreui-f6b00a50 by content address 229ms 110 silly pacote core-js@https://registry.npmjs.org/core-js/-/core-js-2.6.0.tgz extracted to /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging/core-js-f356eda6 by content address 414ms 111 silly doReverseSerial unbuild 48 112 silly doSerial remove 48 113 silly doSerial move 48 114 silly doSerial finalize 48 115 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill/node_modules/core-js 116 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/regenerator-runtime 117 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill 118 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui-plugin-npm-postinstall 119 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui/node_modules/bootstrap 120 silly finalize /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui 121 silly doParallel refresh-package-json 48 122 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill/node_modules/core-js 123 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/regenerator-runtime 124 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill 125 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui-plugin-npm-postinstall 126 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui/node_modules/bootstrap 127 silly refresh-package-json /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui 128 silly doParallel preinstall 48 129 silly preinstall [email protected] 130 info lifecycle [email protected]~preinstall: [email protected] 131 silly preinstall [email protected] 132 info lifecycle [email protected]~preinstall: [email protected] 133 silly preinstall @babel/[email protected] 134 info lifecycle @babel/[email protected]~preinstall: @babel/[email protected] 135 silly preinstall @coreui/[email protected] 136 info lifecycle @coreui/[email protected]~preinstall: @coreui/[email protected] 137 silly preinstall [email protected] 138 info lifecycle [email protected]~preinstall: [email protected] 139 silly preinstall @coreui/[email protected] 140 info lifecycle @coreui/[email protected]~preinstall: @coreui/[email protected] 141 silly doSerial build 48 142 silly build [email protected] 143 info linkStuff [email protected] 144 silly linkStuff [email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill/node_modules as its parent node_modules 145 verbose linkBins [email protected] 146 verbose linkMans [email protected] 147 silly build [email protected] 148 info linkStuff [email protected] 149 silly linkStuff [email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 150 verbose linkBins [email protected] 151 verbose linkMans [email protected] 152 silly build @babel/[email protected] 153 info linkStuff @babel/[email protected] 154 silly linkStuff @babel/[email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 155 verbose linkBins @babel/[email protected] 156 verbose linkMans @babel/[email protected] 157 silly build @coreui/[email protected] 158 info linkStuff @coreui/[email protected] 159 silly linkStuff @coreui/[email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 160 verbose linkBins @coreui/[email protected] 161 verbose linkBins [ { 'coreui-plugin-npm-postinstall': 'index.js' }, 161 verbose linkBins '/usr/local/lib/node_modules/v3/test_gem/node_modules/.bin', 161 verbose linkBins false ] 162 verbose linkMans @coreui/[email protected] 163 silly build [email protected] 164 info linkStuff [email protected] 165 silly linkStuff [email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui/node_modules as its parent node_modules 166 verbose linkBins [email protected] 167 verbose linkMans [email protected] 168 silly build @coreui/[email protected] 169 info linkStuff @coreui/[email protected] 170 silly linkStuff @coreui/[email protected] has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 171 verbose linkBins @coreui/[email protected] 172 verbose linkMans @coreui/[email protected] 173 silly doSerial global-link 48 174 silly doParallel update-linked 48 175 silly doSerial install 48 176 silly install [email protected] 177 info lifecycle [email protected]~install: [email protected] 178 silly install [email protected] 179 info lifecycle [email protected]~install: [email protected] 180 silly install @babel/[email protected] 181 info lifecycle @babel/[email protected]~install: @babel/[email protected] 182 silly install @coreui/[email protected] 183 info lifecycle @coreui/[email protected]~install: @coreui/[email protected] 184 silly install [email protected] 185 info lifecycle [email protected]~install: [email protected] 186 silly install @coreui/[email protected] 187 info lifecycle @coreui/[email protected]~install: @coreui/[email protected] 188 silly doSerial postinstall 48 189 silly postinstall [email protected] 190 info lifecycle [email protected]~postinstall: [email protected] 191 silly postinstall [email protected] 192 info lifecycle [email protected]~postinstall: [email protected] 193 silly postinstall @babel/[email protected] 194 info lifecycle @babel/[email protected]~postinstall: @babel/[email protected] 195 silly postinstall @coreui/[email protected] 196 info lifecycle @coreui/[email protected]~postinstall: @coreui/[email protected] 197 silly postinstall [email protected] 198 info lifecycle [email protected]~postinstall: [email protected] 199 silly postinstall @coreui/[email protected] 200 info lifecycle @coreui/[email protected]~postinstall: @coreui/[email protected] 201 verbose lifecycle @coreui/[email protected]~postinstall: unsafe-perm in lifecycle false 202 verbose lifecycle @coreui/[email protected]~postinstall: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui/node_modules/.bin:/usr/local/lib/node_modules/v3/test_gem/node_modules/.bin:/usr/local/lib/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin 203 verbose lifecycle @coreui/[email protected]~postinstall: CWD: /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui 204 silly lifecycle @coreui/[email protected]~postinstall: Args: [ '-c', 'coreui-plugin-npm-postinstall' ] 205 silly lifecycle @coreui/[email protected]~postinstall: Returned: code: 1 signal: null 206 info lifecycle @coreui/[email protected]~postinstall: Failed to exec postinstall script 207 verbose unlock done using /home/kaali/.npm/_locks/staging-402a6a02d91af1a4.lock for /usr/local/lib/node_modules/v3/test_gem/node_modules/.staging 208 warn @coreui/[email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself. 209 warn @coreui/[email protected] requires a peer of perfect-scrollbar@^1.3.0 but none is installed. You must install peer dependencies yourself. 210 warn @coreui/[email protected] requires a peer of popper.js@^1.14.3 but none is installed. You must install peer dependencies yourself. 211 warn [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself. 212 warn [email protected] requires a peer of popper.js@^1.14.3 but none is installed. You must install peer dependencies yourself. 213 verbose stack Error: @coreui/[email protected] postinstall: coreui-plugin-npm-postinstall213 verbose stack Exit status 1 213 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16) 213 verbose stack at EventEmitter.emit (events.js:159:13) 213 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 213 verbose stack at ChildProcess.emit (events.js:159:13) 213 verbose stack at maybeClose (internal/child_process.js:943:16) 213 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5) 214 verbose pkgid @coreui/[email protected] 215 verbose cwd /usr/local/lib/node_modules/v3/test_gem 216 verbose Linux 4.15.0-42-generic 217 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "@coreui/coreui" 218 verbose node v9.2.0 219 verbose npm v5.5.1 220 error code ELIFECYCLE 221 error errno 1 222 error @coreui/[email protected] postinstall:coreui-plugin-npm-postinstall`
222 error Exit status 1
223 error Failed at the @coreui/[email protected] postinstall script.
223 error This is probably not a problem with npm. There is likely additional logging output above.
224 verbose exit [ 1, true ]

Does anyone has solution ?

from coreui.

hamishgraham avatar hamishgraham commented on May 17, 2024

I tried the latest v2.1.4 and the same issue persists.

from coreui.

huuquyasb avatar huuquyasb commented on May 17, 2024

the same issue v2.15. Please fix..

from coreui.

bessone avatar bessone commented on May 17, 2024

same to me with v2.15

from coreui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.