danguilherme / ng-cli-pug-loader

:sparkles: Angular schematics to add .pug to your project
GNU General Public License v3.0
56 stars 17 forks source link

Fix postinstall execution on Node 10 #7

Closed danguilherme closed 6 years ago

danguilherme commented 6 years ago

According to issue #5, ng-add-pug-loader.js currently fails on Node 10 (https://github.com/danguilherme/ng-cli-pug-loader/issues/5#issuecomment-408723962).

Before merging this PR, it would be great to find a way to automatically test this.

danguilherme commented 6 years ago

Merging so this solution is published to npm. Will create an issue to address the testing problem.