• Jacob Danner's avatar
    add .cmd extensions to makefile.win · 707712e6
    Jacob Danner authored
    I was getting the following error while running make all on my windows machine
    """
    node_modules/.bin/bower install
    'node_modules' is not recognized as an internal or external command,
    operable program or batch file.
    make: *** [stamp-bower] Error 1
    """
    
    This was resolved by adding the complete extension to the windows path.
    707712e6
Makefile.win 1.61 KB