Create a Minecraft server plugin to enhance gameplay features.
Create a Minecraft server plugin to enhance gameplay features.
I'm working on some plugin installation and came across a blocking plugin with a web interface. I'm following this guide, but I keep running into this error. If anyone can assist, that would be really helpful! This is the log from Microsoft Windows (version 10.0.18363.1016):
Microsoft Windows [Version 10.0.18363.1016] © 2019 Microsoft Corporation. All rights reserved.
C:\Users\->cd C:\Users-\Desktop\Ban manager
git clone https://github.com/BanManagement/BanManager-WebUI.git
Cloning into 'BanManager-WebUI'... remote: Enumerating objects: 39, done.
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 5297 (delta 31), reused 27 (delta 22), pack-reused 5258
C:\Users-\Desktop\Ban manager>cd banmanager-webui
npm ci --production > @ampproject/[email protected] postinstall
...
Error: command setup not found npm ERR! This is probably not a problem with npm.
```
Let me know if you need further clarification!
Do you have Visual Studio 2013 or later with the C++ extension installed? The log indicates it requires functions or libraries from VS.
You can follow these steps to install the libraries: first, open Visual Studio and go to the "Tools" menu. Then select "Manage NuGet Packages" or "Install Packages." Enter the package name or download link for the library you need. If prompted, confirm the installation.
Thanks! It seems the 2017 version is necessary for it to function. I've got the link to the forum post ready.