AbdullahAlfaraj / AbdullahAlfaraj/neural-style-website
error token when “sudo npm run tic”
- Langage dominant
- JavaScript
- Étoiles
- 30
- Forks
- 7
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
@AbdullahAlfaraj HI !
when I run this command "sudo npm run tic" , an error occurred.The log is here:
Segmentation fault
npm ERR! Linux 4.4.0-53-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "tsc"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! neural-style-website@0.1.0 tsc: `tsc`
npm ERR! Exit status 139
npm ERR!
npm ERR! Failed at the neural-style-website@0.1.0 tsc script 'tsc'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the neural-style-website package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs neural-style-website
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls neural-style-website
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/sojoyoo/neural_style_website/npm-debug.log
my node version is v.4.2.6. OS is ubuntu 16.04
do you have any idea to handle this ?
thank you !
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Vérifie le package.json pour la définition du script 'tsc' et vois quelle version de TypeScript est requise. Le segmentation fault suggère une incompatibilité de version de Node.js ou un problème avec un native module. Commence par mettre à jour Node.js vers une version prise en charge, puis exécute à nouveau 'npm install' et 'npm run tsc'. Consulte le npm-debug.log pour plus de détails.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- node.js, typescript
- Domaine
- build-system, cli
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100