npm error while trying to install dependencies for an ionic template i want to modify
npm version:6.4.1 node version10.14.1 ionic version:4.5.0
here is a part of the log file
3200 warn @angular/fire@5.1.1 requires a peer of @angular/common@>=6.0.0 <8 but none is installed. You must install peer dependencies yourself.
3201 warn @angular/fire@5.1.1 requires a peer of @angular/core@>=6.0.0 <8 but none is installed. You must install peer dependencies yourself.
3202 warn @angular/fire@5.1.1 requires a peer of @angular/platform-browser@>=6.0.0 <8 but none is installed. You must install peer dependencies yourself.
3203 warn @angular/fire@5.1.1 requires a peer of @angular/platform-browser-dynamic@>=6.0.0 <8 but none is installed. You must install peer dependencies yourself.
3204 warn @angular/fire@5.1.1 requires a peer of rxjs@^6.0.0 but none is installed. You must install peer dependencies yourself.
3205 warn @ionic-native/camera@4.17.0 requires a peer of @ionic-native/core@^4.11.0 but none is installed. You must install peer dependencies yourself.
3206 warn @ionic-native/camera@4.17.0 requires a peer of rxjs@^5.5.11 but none is installed. You must install peer dependencies yourself.
3207 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
3208 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
3209 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
3209 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
3209 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
3209 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
3210 verbose stack Error: node-sass@4.5.3 postinstall: node scripts/build.js
3210 verbose stack Exit status 1
3210 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
3210 verbose stack at EventEmitter.emit (events.js:182:13)
3210 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
3210 verbose stack at ChildProcess.emit (events.js:182:13)
3210 verbose stack at maybeClose (internal/child_process.js:962:16)
3210 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
3211 verbose pkgid node-sass@4.5.3
3212 verbose cwd C:\Users\daniel\Documents\eLearningGbeec
3213 verbose Windows_NT 6.3.9600
3214 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
3215 verbose node v10.14.1
3216 verbose npm v6.4.1
3217 error code ELIFECYCLE
3218 error errno 1
3219 error node-sass@4.5.3 postinstall: node scripts/build.js
3219 error Exit status 1
3220 error Failed at the node-sass@4.5.3 postinstall script.
3220 error This is probably not a problem with npm. There is likely additional logging output above.
3221 verbose exit [ 1, true ]
Comments
Post a Comment