-
|
D:\MCP\unreal-engine-mcp-server-0.5.17>npm install
"Lint: typescript/javascript, C, C++, C#" Oops! Something went wrong! :( ESLint: 9.39.3 ESLint couldn't find an eslint.config.(js|mjs|cjs) file. From ESLint v9.0.0, the default configuration file is now eslint.config.js. https://eslint.org/docs/latest/use/configure/migration-guide If you still have problems after following the migration guide, please stop by npm error code 2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
figured out the problem... i notice the ESLINTRC files are not included in the v0.5.17 release that I downloaded under "releases" Installation instructions worked fine when I cloned the repo instead. I did not know what "cargo" was... but in order to get wasm-pack installed I first needed to get rust installed This might seem like an obvious pre-req to rust developers but I have never used rust. After installing rust... I was able to use "Cargo" to install wasm-pack and build wasm. This is the 4th project I'm playing with that calls itself "Unreal MCP". |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a ton for figuring this out and dropping that comment! 😄 😅Yeah, the Cargo/WASM stuff is totally optional — you don’t need Rust or anything for the MCP server to work. It just skips that part automatically. I saw the ESLint issue you mentioned too, so I’m removing it from the published package right now so it won’t run those prebuild checks on install anymore. I’m fixing it up and pushing 0.5.18 in a few minutes. Once it’s live just run Really appreciate you testing it and the feedback — you’re helping a lot! And yep, I’d love your name suggestions! Throw whatever ideas you have at me. Just don’t suggest any name that contains “unreal”. 🤣 |
Beta Was this translation helpful? Give feedback.
figured out the problem... i notice the ESLINTRC files are not included in the v0.5.17 release that I downloaded under "releases"
Installation instructions worked fine when I cloned the repo instead.
I did not know what "cargo" was... but in order to get wasm-pack installed I first needed to get rust installed
https://rust-lang.org/tools/install/
This might seem like an obvious pre-req to rust developers but I have never used rust.
After installing rust... I was able to use "Cargo" to install wasm-pack and build wasm.
This is the 4th project I'm playing with that calls itself "Unreal MCP".
I would suggest a different name to avoid confusion :P