Sublime Forum

Can't get the nodejs.sublime-build to work

#1

I’ve been trying to get this NodeJs build to work for some time now and it just doesn’t want to function. For some reason I made it work for 15 minutes but after that the same problems arose again. I’ve even tried to delete both sublime and node (with appdata) but nothing seems to get the job done. Any kind of help much appreciated :pray:

0 Likes

#2

It’s telling you that there’s a syntax error in your code. You have an extra dot after require before the open paren.

0 Likes

#3

Well this is embarassing. I was getting a lot of error messages regarding sublime-build itself so I figured that the problem still had to do with that piece of code. Still new to working with sublime so I didn’t expect that kind of error for such a mistake. Thank you so much!

0 Likes