apollographql / apollographql/fullstack-tutorial
Cannot find module 'C:\My Data\node-pre-gyp\bin\node-pre-gyp'
- Langage dominant
- TypeScript
- Étoiles
- 1.2k
- Forks
- 808
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I am following the tutorial from the official site. When I run the below command in terminal.
cd start/server && npm install
it throws error
Error: Cannot find module 'C:\My Data\node-pre-gyp\bin\node-pre-gyp'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15)
at Function.Module._load (internal/modules/cjs/loader.js:862:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Link:
https://www.apollographql.com/docs/tutorial/schema/
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par le répertoire start/server du tutoriel et reproduisez l’échec en exécutant npm install indiqué dans l’issue. Examinez comment node-pre-gyp est résolu sur le chemin Windows signalé ; le travail est terminé lorsque les dépendances du tutoriel s’installent sans l’erreur MODULE_NOT_FOUND.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- nodejs
- Domaine
- build-system
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100