-
Notifications
You must be signed in to change notification settings - Fork 26
Does not add all needed Feathers dependencies #90
Comments
It should be noted that this also occurs sometimes when new services with extra dependencies are generated. |
I wonder if updating yeoman-env did something funky?? 1a84cf9 @teddy-error would you be able to quickly test if this works with feathers-cli v2.0.4? |
Maybe this is related to using |
I don't think it's the Yeoman environment, that PR hasn't been published yet. I'll re-run the tests for the Generator with Node 8, they should be failing already then. |
I just installed Node 8 using nvm and can't reproduce the issue. It looks like your |
Just to let you know the same happened to me. Created a new app using the feathers-cli and tried to run the tests straight away: Output
Generated package.json
Environment
|
So I uninstalled feathers-cli I'm confused. package.json of the app generated after reinstalling 2.0.5
|
It's still strange because the |
The devDependencies problem has been fixed. If the missing dependencies issue is intermittent I don't think there is too much we can do but we can look into it more if it persists for more people (after reinstalling). |
I am having the same issue with my
|
Please include Node.js version ( |
Sorry, always forget those.
|
Happened to me too. Had only devDependencies and no dependencies. Deleted the project folder and let it generate again and the dependencies where there as expected. I did not update / reinstall / ... anything before the 2nd try. Settings used:
yarn 1.1.0 |
If someone can create a reproducible example we can look into it but if it is only intermittent I am not sure there is much we can do. |
Hello, same for me with the same config as @ulfmaier : yarn 1.1.0 And for me, it is always the case, not only intermittent. I uninstalled node and yarn and installed them back with no luck. Strange thing is, that puppeteer package is installed at the end of the installation. Which I was playing with lately. But even stranger when I choose I am afraid it only adds to the confusion, I just wanted to share my experience. |
Same with @pepe when i choose |
Note: Please include Node.js version (
node -v
) and npm version (npm -v
) when reporting on this issue.Steps to reproduce
System configuration
Module versions (especially the part that's not working):
Feathers-cli 2.0.5
yarn 0.24.6
NodeJS version:
8.0.0
Operating System:
MacOS 10.12.6
The text was updated successfully, but these errors were encountered: