You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install feathers-hooks-common and @feathersjs/feathers in client app.
Expected behavior
@feathersjs/commons 4.0.0 should get installed
Actual behavior
feathers-hooks-common has a dependency of @feathersjs/commons 1.4.0 but @feathersjs/feathers has a dependency of @feathersjs/commons 4.0.0. npm installs @feathersjs/commons 1.4.0 instead of 4.0.0.
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version: 9.11.1
Operating System: Windows 10
Browser Version: Chrome WebView 71.x
The text was updated successfully, but these errors were encountered:
Steps to reproduce
install feathers-hooks-common and @feathersjs/feathers in client app.
Expected behavior
@feathersjs/commons 4.0.0 should get installed
Actual behavior
feathers-hooks-common has a dependency of @feathersjs/commons 1.4.0 but @feathersjs/feathers has a dependency of @feathersjs/commons 4.0.0. npm installs @feathersjs/commons 1.4.0 instead of 4.0.0.
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version: 9.11.1
Operating System: Windows 10
Browser Version: Chrome WebView 71.x
The text was updated successfully, but these errors were encountered: