generator-classical-ko
generator-classical-ko copied to clipboard
command yo classical-ko:page error
Hi, seems that with newer version of node the command fails. Problem is on "page\index.js" line 51. Instead of fs.writeFile(componentConfig, newContents) should use fs.writeFileSync(componentConfig, newContents)
Possible this error is also on other places.
Hi! Thank you for your feedback. I'm afraid my time available to maintain this repo is quite restricted these days. You're more than welcome to submit a pull request, and I'll look at it as soon as I get the chance.
I concur joyride9999. Also, I found that the package versions are woefully out of date such that npm complains of 14 vulnerabilities. I spent the better part of a day bringing packages up to date and testing. This included having to replace "gulp-requirejs-bundler" with plain "gulp-requirejs". The former had not been tended to in years. Rather than fix it I chose to replace it. "gulp-webserver" is similarly ancient. Still to do: get "intern" working. Now GitHub and Heroku are happy.