F5F Stay Refreshed Software PC Gaming Create a Minecraft server plugin to enhance gameplay features.

Create a Minecraft server plugin to enhance gameplay features.

Create a Minecraft server plugin to enhance gameplay features.

U
ultraflash1
Junior Member
14
07-29-2016, 09:22 PM
#1
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!
U
ultraflash1
07-29-2016, 09:22 PM #1

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!

J
169
07-29-2016, 11:04 PM
#2
Do you have Visual Studio 2013 or later with the C++ extension installed? The log indicates it requires functions or libraries from VS.
J
josbakmeel2000
07-29-2016, 11:04 PM #2

Do you have Visual Studio 2013 or later with the C++ extension installed? The log indicates it requires functions or libraries from VS.

O
OrangeGlow
Junior Member
2
08-05-2016, 09:33 PM
#3
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.
O
OrangeGlow
08-05-2016, 09:33 PM #3

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.

W
wyeweiss
Junior Member
16
08-07-2016, 08:59 PM
#4
This matches the setup. It is already configured.
W
wyeweiss
08-07-2016, 08:59 PM #4

This matches the setup. It is already configured.

J
jxzuzuzo
Posting Freak
750
08-10-2016, 08:02 AM
#5
The issue isn't about redistributable files; it's about needing Visual Studio installed for the app to build properly.
J
jxzuzuzo
08-10-2016, 08:02 AM #5

The issue isn't about redistributable files; it's about needing Visual Studio installed for the app to build properly.

P
129
08-12-2016, 08:34 AM
#6
Thanks! It seems the 2017 version is necessary for it to function. I've got the link to the forum post ready.
P
PigeonPlayer18
08-12-2016, 08:34 AM #6

Thanks! It seems the 2017 version is necessary for it to function. I've got the link to the forum post ready.