apollographql / apollographql/fullstack-tutorial
Dependencies not installing properly
- 主要语言
- TypeScript
- 星标
- 1.2k
- 派生
- 808
- PR 合并指标
- 30 天内没有已合并 PR
描述
I tried to install the packages from client in the start folder. This worked, but I was told that there were 8 vulnerabilities, 4 of them being high. I went to npm audit fix, although it failed due to ENOENT: no such file or directory for a sourcemap file. I tried it again, and it worked with some warnings. When i went to start the client server (after placing the starter code into index.tsx), my compiler indicated:
Could not find a required file.
Name: index.js
Searched in: /mnt/c/Users/User/documents/apollo-tut/start/client/src
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/User/.npm/_logs/2020-02-21T15_24_19_779Z-debug.log
Thanks in advance!
贡献指南
这个仓库没有索引到贡献指南
调研方向
将 starter code 放入 index.tsx 后,重现 start/client 中的设置,然后跟踪 react-scripts start 入口点以及在 client/src 中报告的对 index.js 的搜索。当依赖项安装成功且客户端服务器启动时没有缺少文件错误或 npm 生命周期错误时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, react, typescript
- 领域
- build-system, frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100