Eugene Obrezkov

Results 135 comments of Eugene Obrezkov

This repo is abandoned, I've tried to fix those as well. Just make a fork or use mine, where everything is up-to-date and fixed - https://github.com/ghaiklor/node-x509

It is just a warning for some dependencies. I'm no longer support this generator, you can contribute if you want.

Hi! This project is no longer supported, I quit working with Sails, hence no updates for the generator. No maintainers on the side as well. Although, I'm open to give...

@redoc123 it does. When you're choosing additional services, it modifies dependencies list which are installing via yeoman.

hm... it should add `sails-service` packages... Seems like a bug and needs investigation why this is happening. Do you want to try debug it?

looks like an issue with missing dependencies list in `package.json`. Just install all the required packages via `npm install`

I believe this is related to lodash package. The generator doesn't pin dependencies versions, so when it installs packages, lodash is installing with breaking version.

@LarsE343 You can install needed lodash version yourself via `npm install`. I can't send you the package.json with all the working dependencies.

@anilprasad I don't see any info about Sails or generators internals in the stack trace. Without additional information I can't help here.

@anilprasad you are using node v8, so it's not the case, imho. I believe, there are some old issues in generator-sails-rest-api related to ignoring stack trace in messages. Could be...