react-book-examples icon indicating copy to clipboard operation
react-book-examples copied to clipboard

tabs启动失败

Open iamcrystal94 opened this issue 7 years ago • 1 comments

报错信息: C:\前端\学习资源\react-book-examples-master>npm start npm ERR! path C:\前端\学习资源\react-book-examples-master\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\前端\学习资源\react-book-examples-master\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\78274\AppData\Roaming\npm-cache_logs\2018-04-10T08_46_52_252Z-debug.log

2018-04-10T08_46_52_252Z-debug.log 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Apps\nodejs\node.exe', 1 verbose cli 'C:\Apps\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose stack Error: ENOENT: no such file or directory, open 'C:\前端\学习资源\react-book-examples-master\package.json' 5 verbose cwd C:\前端\学习资源\react-book-examples-master 6 verbose Windows_NT 10.0.16299 7 verbose argv "C:\Apps\nodejs\node.exe" "C:\Apps\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start" 8 verbose node v8.11.1 9 verbose npm v5.6.0 10 error path C:\前端\学习资源\react-book-examples-master\package.json 11 error code ENOENT 12 error errno -4058 13 error syscall open 14 error enoent ENOENT: no such file or directory, open 'C:\前端\学习资源\react-book-examples-master\package.json' 15 error enoent This is related to npm not being able to find a file. 16 verbose exit [ -4058, true ]

iamcrystal94 avatar Apr 10 '18 08:04 iamcrystal94

试试删除node_moudles下的node-sass 重新install一遍。

wangi4myself avatar Aug 27 '18 05:08 wangi4myself