jaywcjlove / jaywcjlove/linux-command
无法运行yarn start命令
- Dominant language
- Markdown
- Stars
- 36.9k
- Forks
- 6.6k
- PR merge metrics
- No merged PRs in 30d
Description
安装依赖,运行`yarn start`后,报错:
```
fs.js:474
handleErrorFromBinding(ctx);
^
Error: \linux-command\node_modules\markdown-to-html-cli\package.json: ENOENT: no such file or directory, open '\linux-command\node_modules\markdown-to-html-cli\package.json'
at Object.openSync (fs.js:474:3)
at Object.readFileSync (fs.js:375:35)
at Object.readFileSync (\linux-command\node_modules\jsonfile\index.js:50:22)
at /linux-command/node_modules/markdown-to-html-cli/lib/index.js:6:16
at ModuleJob.run (internal/modules/esm/module_job.js:146:23)
at async Loader.import (internal/modules/esm/loader.js:165:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: '\\linux-command\\node_modules\\markdown-to-html-cli\\package.json'
}
```
node版本 14.13.1
原因未知...
Contributor guide
Assessment
This issue has not been assessed yet.