generator-classical-ko
generator-classical-ko copied to clipboard
Missing signals dependency
Just created a new project with the version from NPM ... It seems that there is a missing signals dependency somewhere in the module tree:
When invoking gulp I get:
[01:37:35] Using gulpfile D:\Projekte\kidchat_hoodie\gulpfile.js [01:37:35] Starting 'html'... [01:37:35] Starting 'js'... [01:37:35] Starting 'css'... [01:37:35] Starting 'fonts'... [Error: Error: ENOENT: no such file or directory, open 'D:\Projekte\kidchat_hoodie\node_modules\signals\dist\signals.min.js' In module tree: app/startup app/router crossroads
at Error (native)
]
After installing signals manually using npm install --save signals everything works as intended.
Hi domoran, Sorry for the late reply, I'm pretty busy these days. Thank you for contributing! I'll check it out when I have some spare time. It's a pretty strange error. Signals is an indirect dependency from hasher.js, used by the routing solution. And NPM should fetch it automatically when installing hasher.
I'm thinking of substituting the current routing with this one, so I might just pursue that instead.