0

I'm getting a strange and rather uninformative error after attempting to create a new react app using 'npx create-react-app'.

$ npx create-react-app client
spawn C:\Program Files\MongoDB\Server\4.0\bin ENOENT

For some reason it's pointing to my mongoDB folder, this only started after I installed mongoDB on my laptop for the first time. I have no idea how to replicate this error on another system.

I've tried uninstalling mongoDB as well, but I still get the same error.

4

1 回答 1

0

尝试清除位于 appdata 文件夹中的 npm 缓存 .. 缓存。

于 2019-07-10T16:14:48.710 回答