Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coreui-plugin-npm-postinstall dependency missing #25

Closed
hamishgraham opened this issue Sep 3, 2018 · 7 comments
Closed

coreui-plugin-npm-postinstall dependency missing #25

hamishgraham opened this issue Sep 3, 2018 · 7 comments

Comments

@hamishgraham
Copy link

hamishgraham commented Sep 3, 2018

I'm trying to include CoreUI using Gradle and WebJars:
compile 'org.webjars.npm:coreui__coreui:2.0.4'

I get the following error:

Could not find any matches for org.webjars.npm:coreui__coreui-plugin-npm-postinstall:[1.0.2,2) as no versions of org.webjars.npm:coreui__coreui-plugin-npm-postinstall are available.
  Required by:
      project : > org.webjars.npm:coreui__coreui:2.0.4

I tried to add the dependency via the Webjars website but it did not work as the Github project is missing:
https://github.com/coreui/coreui-plugin-npm-postinstall

@hamishgraham
Copy link
Author

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/coreui@2.0.4 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/coreui@2.0.4
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/coreui@2.0.4 postinstall: `coreui-plugin-npm-postinstall`
154 error Exit status 1
155 error Failed at the @coreui/coreui@2.0.4 postinstall script.
155 error This is probably not a problem with npm. There is likely additional logging output above.
156 verbose exit [ 1, true ]

@andrewcartwright1
Copy link

I'm also having this issue :/

11150 warn @coreui/coreui@2.0.6 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 nexus-admin-package@1.0.0 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/coreui@2.0.6 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/coreui@2.0.6
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/coreui@2.0.6 postinstall: `coreui-plugin-npm-postinstall`
11162 error Exit status 1
11163 error Failed at the @coreui/coreui@2.0.6 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 ]

@offline-pixel
Copy link

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 npm@5.5.1
3 info using node@v9.2.0
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/coreui@2.1.3 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/coreui-plugin-npm-postinstall@1.0.2 checking installable status
19 silly pacote range manifest for @babel/polyfill@^7.0.0 fetched in 10ms
20 silly resolveWithNewModule @babel/polyfill@7.0.0 checking installable status
21 silly pacote range manifest for bootstrap@^4.1.3 fetched in 10ms
22 silly resolveWithNewModule bootstrap@4.1.3 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 core-js@2.6.0 checking installable status
27 silly pacote range manifest for regenerator-runtime@^0.11.1 fetched in 5ms
28 silly resolveWithNewModule regenerator-runtime@0.11.1 checking installable status
29 silly currentTree @coreuipro/angular@1.0.7
30 silly idealTree @coreuipro/angular@1.0.7
30 silly idealTree +-- @babel/polyfill@7.0.0
30 silly idealTree | -- core-js@2.6.0 30 silly idealTree +-- @coreui/coreui-plugin-npm-postinstall@1.0.2 30 silly idealTree +-- @coreui/coreui@2.1.3 30 silly idealTree | -- bootstrap@4.1.3
30 silly idealTree -- regenerator-runtime@0.11.1 31 silly install generateActionsToTake 32 silly diffTrees action count 6 33 silly diffTrees add core-js@2.6.0 34 silly diffTrees add regenerator-runtime@0.11.1 35 silly diffTrees add @babel/polyfill@7.0.0 36 silly diffTrees add @coreui/coreui-plugin-npm-postinstall@1.0.2 37 silly diffTrees add bootstrap@4.1.3 38 silly diffTrees add @coreui/coreui@2.1.3 39 silly decomposeActions action count 48 40 silly decomposeActions fetch core-js@2.6.0 41 silly decomposeActions extract core-js@2.6.0 42 silly decomposeActions preinstall core-js@2.6.0 43 silly decomposeActions build core-js@2.6.0 44 silly decomposeActions install core-js@2.6.0 45 silly decomposeActions postinstall core-js@2.6.0 46 silly decomposeActions finalize core-js@2.6.0 47 silly decomposeActions refresh-package-json core-js@2.6.0 48 silly decomposeActions fetch regenerator-runtime@0.11.1 49 silly decomposeActions extract regenerator-runtime@0.11.1 50 silly decomposeActions preinstall regenerator-runtime@0.11.1 51 silly decomposeActions build regenerator-runtime@0.11.1 52 silly decomposeActions install regenerator-runtime@0.11.1 53 silly decomposeActions postinstall regenerator-runtime@0.11.1 54 silly decomposeActions finalize regenerator-runtime@0.11.1 55 silly decomposeActions refresh-package-json regenerator-runtime@0.11.1 56 silly decomposeActions fetch @babel/polyfill@7.0.0 57 silly decomposeActions extract @babel/polyfill@7.0.0 58 silly decomposeActions preinstall @babel/polyfill@7.0.0 59 silly decomposeActions build @babel/polyfill@7.0.0 60 silly decomposeActions install @babel/polyfill@7.0.0 61 silly decomposeActions postinstall @babel/polyfill@7.0.0 62 silly decomposeActions finalize @babel/polyfill@7.0.0 63 silly decomposeActions refresh-package-json @babel/polyfill@7.0.0 64 silly decomposeActions fetch @coreui/coreui-plugin-npm-postinstall@1.0.2 65 silly decomposeActions extract @coreui/coreui-plugin-npm-postinstall@1.0.2 66 silly decomposeActions preinstall @coreui/coreui-plugin-npm-postinstall@1.0.2 67 silly decomposeActions build @coreui/coreui-plugin-npm-postinstall@1.0.2 68 silly decomposeActions install @coreui/coreui-plugin-npm-postinstall@1.0.2 69 silly decomposeActions postinstall @coreui/coreui-plugin-npm-postinstall@1.0.2 70 silly decomposeActions finalize @coreui/coreui-plugin-npm-postinstall@1.0.2 71 silly decomposeActions refresh-package-json @coreui/coreui-plugin-npm-postinstall@1.0.2 72 silly decomposeActions fetch bootstrap@4.1.3 73 silly decomposeActions extract bootstrap@4.1.3 74 silly decomposeActions preinstall bootstrap@4.1.3 75 silly decomposeActions build bootstrap@4.1.3 76 silly decomposeActions install bootstrap@4.1.3 77 silly decomposeActions postinstall bootstrap@4.1.3 78 silly decomposeActions finalize bootstrap@4.1.3 79 silly decomposeActions refresh-package-json bootstrap@4.1.3 80 silly decomposeActions fetch @coreui/coreui@2.1.3 81 silly decomposeActions extract @coreui/coreui@2.1.3 82 silly decomposeActions preinstall @coreui/coreui@2.1.3 83 silly decomposeActions build @coreui/coreui@2.1.3 84 silly decomposeActions install @coreui/coreui@2.1.3 85 silly decomposeActions postinstall @coreui/coreui@2.1.3 86 silly decomposeActions finalize @coreui/coreui@2.1.3 87 silly decomposeActions refresh-package-json @coreui/coreui@2.1.3 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 core-js@2.6.0 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 regenerator-runtime@0.11.1 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/polyfill@7.0.0 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/coreui-plugin-npm-postinstall@1.0.2 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 bootstrap@4.1.3 102 silly pacote trying bootstrap@https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz by hash: sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w== 103 silly extract @coreui/coreui@2.1.3 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 core-js@2.6.0 130 info lifecycle core-js@2.6.0~preinstall: core-js@2.6.0 131 silly preinstall regenerator-runtime@0.11.1 132 info lifecycle regenerator-runtime@0.11.1~preinstall: regenerator-runtime@0.11.1 133 silly preinstall @babel/polyfill@7.0.0 134 info lifecycle @babel/polyfill@7.0.0~preinstall: @babel/polyfill@7.0.0 135 silly preinstall @coreui/coreui-plugin-npm-postinstall@1.0.2 136 info lifecycle @coreui/coreui-plugin-npm-postinstall@1.0.2~preinstall: @coreui/coreui-plugin-npm-postinstall@1.0.2 137 silly preinstall bootstrap@4.1.3 138 info lifecycle bootstrap@4.1.3~preinstall: bootstrap@4.1.3 139 silly preinstall @coreui/coreui@2.1.3 140 info lifecycle @coreui/coreui@2.1.3~preinstall: @coreui/coreui@2.1.3 141 silly doSerial build 48 142 silly build core-js@2.6.0 143 info linkStuff core-js@2.6.0 144 silly linkStuff core-js@2.6.0 has /usr/local/lib/node_modules/v3/test_gem/node_modules/@babel/polyfill/node_modules as its parent node_modules 145 verbose linkBins core-js@2.6.0 146 verbose linkMans core-js@2.6.0 147 silly build regenerator-runtime@0.11.1 148 info linkStuff regenerator-runtime@0.11.1 149 silly linkStuff regenerator-runtime@0.11.1 has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 150 verbose linkBins regenerator-runtime@0.11.1 151 verbose linkMans regenerator-runtime@0.11.1 152 silly build @babel/polyfill@7.0.0 153 info linkStuff @babel/polyfill@7.0.0 154 silly linkStuff @babel/polyfill@7.0.0 has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 155 verbose linkBins @babel/polyfill@7.0.0 156 verbose linkMans @babel/polyfill@7.0.0 157 silly build @coreui/coreui-plugin-npm-postinstall@1.0.2 158 info linkStuff @coreui/coreui-plugin-npm-postinstall@1.0.2 159 silly linkStuff @coreui/coreui-plugin-npm-postinstall@1.0.2 has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 160 verbose linkBins @coreui/coreui-plugin-npm-postinstall@1.0.2 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/coreui-plugin-npm-postinstall@1.0.2 163 silly build bootstrap@4.1.3 164 info linkStuff bootstrap@4.1.3 165 silly linkStuff bootstrap@4.1.3 has /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui/node_modules as its parent node_modules 166 verbose linkBins bootstrap@4.1.3 167 verbose linkMans bootstrap@4.1.3 168 silly build @coreui/coreui@2.1.3 169 info linkStuff @coreui/coreui@2.1.3 170 silly linkStuff @coreui/coreui@2.1.3 has /usr/local/lib/node_modules/v3/test_gem/node_modules as its parent node_modules 171 verbose linkBins @coreui/coreui@2.1.3 172 verbose linkMans @coreui/coreui@2.1.3 173 silly doSerial global-link 48 174 silly doParallel update-linked 48 175 silly doSerial install 48 176 silly install core-js@2.6.0 177 info lifecycle core-js@2.6.0~install: core-js@2.6.0 178 silly install regenerator-runtime@0.11.1 179 info lifecycle regenerator-runtime@0.11.1~install: regenerator-runtime@0.11.1 180 silly install @babel/polyfill@7.0.0 181 info lifecycle @babel/polyfill@7.0.0~install: @babel/polyfill@7.0.0 182 silly install @coreui/coreui-plugin-npm-postinstall@1.0.2 183 info lifecycle @coreui/coreui-plugin-npm-postinstall@1.0.2~install: @coreui/coreui-plugin-npm-postinstall@1.0.2 184 silly install bootstrap@4.1.3 185 info lifecycle bootstrap@4.1.3~install: bootstrap@4.1.3 186 silly install @coreui/coreui@2.1.3 187 info lifecycle @coreui/coreui@2.1.3~install: @coreui/coreui@2.1.3 188 silly doSerial postinstall 48 189 silly postinstall core-js@2.6.0 190 info lifecycle core-js@2.6.0~postinstall: core-js@2.6.0 191 silly postinstall regenerator-runtime@0.11.1 192 info lifecycle regenerator-runtime@0.11.1~postinstall: regenerator-runtime@0.11.1 193 silly postinstall @babel/polyfill@7.0.0 194 info lifecycle @babel/polyfill@7.0.0~postinstall: @babel/polyfill@7.0.0 195 silly postinstall @coreui/coreui-plugin-npm-postinstall@1.0.2 196 info lifecycle @coreui/coreui-plugin-npm-postinstall@1.0.2~postinstall: @coreui/coreui-plugin-npm-postinstall@1.0.2 197 silly postinstall bootstrap@4.1.3 198 info lifecycle bootstrap@4.1.3~postinstall: bootstrap@4.1.3 199 silly postinstall @coreui/coreui@2.1.3 200 info lifecycle @coreui/coreui@2.1.3~postinstall: @coreui/coreui@2.1.3 201 verbose lifecycle @coreui/coreui@2.1.3~postinstall: unsafe-perm in lifecycle false 202 verbose lifecycle @coreui/coreui@2.1.3~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/coreui@2.1.3~postinstall: CWD: /usr/local/lib/node_modules/v3/test_gem/node_modules/@coreui/coreui 204 silly lifecycle @coreui/coreui@2.1.3~postinstall: Args: [ '-c', 'coreui-plugin-npm-postinstall' ] 205 silly lifecycle @coreui/coreui@2.1.3~postinstall: Returned: code: 1 signal: null 206 info lifecycle @coreui/coreui@2.1.3~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/coreui@2.1.3 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. 209 warn @coreui/coreui@2.1.3 requires a peer of perfect-scrollbar@^1.3.0 but none is installed. You must install peer dependencies yourself. 210 warn @coreui/coreui@2.1.3 requires a peer of popper.js@^1.14.3 but none is installed. You must install peer dependencies yourself. 211 warn bootstrap@4.1.3 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. 212 warn bootstrap@4.1.3 requires a peer of popper.js@^1.14.3 but none is installed. You must install peer dependencies yourself. 213 verbose stack Error: @coreui/coreui@2.1.3 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/coreui@2.1.3 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/coreui@2.1.3 postinstall:coreui-plugin-npm-postinstall`
222 error Exit status 1
223 error Failed at the @coreui/coreui@2.1.3 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 ?

@hamishgraham
Copy link
Author

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

@huuquyasb
Copy link

the same issue v2.15. Please fix..

@bessone
Copy link

bessone commented Jan 10, 2019

same to me with v2.15

@xidedix
Copy link
Member

xidedix commented Jan 11, 2019

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

@xidedix xidedix closed this as completed Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants