popstarfreas/Dimensions

Latest Dev Build Fails Start

Closed this issue · 10 comments

npm: '6.14.10'
os: windows 10

image

2021-02-03T01_52_52_953Z-debug.log

Did you build it?
Try using npm run bstart instead which builds then starts it.

Hi everyone! Have same issue on my windows 10 VM in proxmox , nmp 6.14.10. When i tryed npm run bstart:
image

image

“command is not recognized as an internal or external command, operable program or batch file”

Have you run npm install yet?

Yep, like in your manual. npm install --only=production

I did exactly as instructed and have used previous versions. I got it working by using npm install, npm run-script build, manually creating the log folder, renaming the config file, then npm run start.

Yep, like in your manual. npm install --only=production

That's only for production, not dev. Look at the other section.

I think i am stupid ). Dimensions-master.zip this one for use?

image

I did exactly as instructed and have used previous versions. I got it working by using npm install, npm run-script build, manually creating the log folder, renaming the config file, then npm run start.

Yeah its realy work.

Thank you!