#1 Le 05/10/2018, à 13:26
- bensbenj
npm install fail : fsevents@1.2.4 / webpack / nodemon
Environment
node -v -> v10.11.0
npm -v -> v6.4.1
OS: linux / ubuntu 16.04
ben@ben:~/Desktop/osBoardApp$ npm install webpack
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ webpack@4.20.2
added 3 packages from 2 contributors, updated 1 package and audited 4498 packages in 19.808s
found 0 vulnerabilities
ben@ben:~/Desktop/osBoardApp$ webpack --watch
webpack: command not found
ben@ben:~/Desktop/osBoardApp$ npm install fsevents@1.2.4
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ben/.npm/_logs/2018-10-05T13_28_08_386Z-debug.log
je ne peux pas utilisé webpack, nodemon, gulp..
Besoin d'aide !
Merci
Dernière modification par bensbenj (Le 05/10/2018, à 14:28)
Hors ligne
#2 Le 05/10/2018, à 14:17
- michel_04
Re : npm install fail : fsevents@1.2.4 / webpack / nodemon
:D
De la bonne manière de poser les questions - Trouver de l'aide grâce au Groupe des Parrains Linux - Le Pacte des Gnous
PCs sous Debian Stable & Debian Sid.
Hors ligne
#3 Le 05/10/2018, à 14:29
- bensbenj
Re : npm install fail : fsevents@1.2.4 / webpack / nodemon
Hors ligne