I am getting an error while compiling a jade file on my mac. I have already read too many blog posts but the problem still exits.
Here is a screenshot of the error I am getting:
Can anyone tell me how i can setup jade in Webstrom MAC.
In terminal when i am trying to compile using this command i got error no: 156
mandeepgill-macpro:~ mandeepgill$ cd /Applications/MAMP/htdocs
mandeepgill-macpro:htdocs mandeepgill$ cd HTMLCodes
mandeepgill-macpro:HTMLCodes mandeepgill$ cd Sports
mandeepgill-macpro:Sports mandeepgill$ cd public_html
mandeepgill-macpro:public_html mandeepgill$ jade main.jade main.html
/usr/local/lib/node_modules/jade/bin/jade:156
if (err) throw err;
^
Error: EISDIR, open 'main.html'
mandeepgill-macpro:public_html mandeepgill$