2018-11-25, 14:08
Hi,
i want to setup lexigram-cli on my Windows PC, so i download the nvm from here https://github.com/coreybutler/nvm-windows and use then nvm install 8.11.1 nvm use 8.11.1, after this i make a npm install -g lexigram-cli, and then i became this error
What make i false?
Thank you
i want to setup lexigram-cli on my Windows PC, so i download the nvm from here https://github.com/coreybutler/nvm-windows and use then nvm install 8.11.1 nvm use 8.11.1, after this i make a npm install -g lexigram-cli, and then i became this error
Code:
C:\Program Files\nodejs\node_modules\lexigram-cli\node_modules\dtrace-provider>if not defined npm_config_node_gyp (node "C:\Users\Thomas\AppData\Roaming\nvm\v8.11.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\Thomas\AppData\Roaming\nvm\v8.11.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "/m" hinzufügen. > [email protected] postinstall C:\Program Files\nodejs\node_modules\lexigram-cli\node_modules\spawn-sync > node postinstall > [email protected] postinstall C:\Program Files\nodejs\node_modules\lexigram-cli\node_modules\caporal > (test -f ./node_modules/husky/bin/install.js && node ./node_modules/husky/bin/install.js) || exit 0 Der Befehl "test" ist entweder falsch geschrieben oder konnte nicht gefunden werden. + [email protected] added 331 packages in 98.463s]
What make i false?
Thank you