generator-classical-ko icon indicating copy to clipboard operation
generator-classical-ko copied to clipboard

command yo classical-ko:page error

Open joyride9999 opened this issue 5 years ago • 2 comments

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.

joyride9999 avatar Jun 14 '19 11:06 joyride9999

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.

ErikSvaleng avatar Jun 14 '19 18:06 ErikSvaleng

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.

oopfan avatar Sep 09 '19 02:09 oopfan