apollographql / apollographql/fullstack-tutorial
Cannot find module 'C:\My Data\node-pre-gyp\bin\node-pre-gyp'
- 主要语言
- TypeScript
- 星标
- 1.2k
- 派生
- 808
- PR 合并指标
- 30 天内没有已合并 PR
描述
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/
贡献指南
这个仓库没有索引到贡献指南
调研方向
从教程的 start/server 目录开始,通过运行 issue 中的 npm install 重现失败。检查 node-pre-gyp 在报告的 Windows 路径上是如何解析的;当教程依赖项能够安装且不再出现 MODULE_NOT_FOUND 错误时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- nodejs
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100