[SOLVED] Error .. Could not parse package.json

I am trying to test my Mod, but everytime i try to launch the game with it i get this error

(this is all i can see)
“Error
Could not parse package.json: D:\Prgram Files(x86)\steam\steamapps\common\game dev tycoon/mods/ExtrasStuffMod/package.ison: Syntax Error:”

I have no Idea what happened. But if I remove the mod I get no errors.

I tried to find solutions but couldn’t find anything that could help me…

Can you paste the package.json code???

1 Like

@JackBank Could you please paste the package.json code so i can have a look at it

2 Likes

Sorry for late answer @KizzaGaming, it wouldn’t let me reply it said something with limitation…

{

	"id":"19b34a2d-7b5c-4a07-a65d-d7c06c795a7a",
	"name":"NewExpansionMod",
	"version":"0.0.1",
	"author":"UME",
	"url":"",
	"description":"UltimateModEditor for GameDevTycoon generated Expansion Module. Powered by UltimateLib",
	"main":"./main.js",
	"dependencies":{
		"gdt-modAPI":"0.1.x",
			"UltimateLib":"1.3.x"
		}
	
}
1 Like

Hmm… i don’t see any errors. Since this is a UME module, i would ask @alphabit

It’s really weird…

Could you help me, @alphabit?

1 Like

maybe the " before UIltimatemodeditor is causing a problem… i don’t know if it will work but you could try

@Rex0099 that’s not it , my package.json looks then same and mine works fine

It’s weird that it suddenly does this…

I have reinstalled the game, deleting my save games, verify cache but it doesn’t help :confused:

1 Like

now im going to try reinstall UME, see if that would be the case.

@KizzaGaming OBS: It seems to be fixed now… I’m not sure how this is any different but I created a completely new one and it seemed to work fine (no errors)