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
I wanted to try your n-odata-server, but I guess LoopBack evolved into a version not compatible with yours. First, the link "Look here for details on installing and creating a loopback application" in Prerequisites is dead. Second, installation of LoopBack via "npm install -g strongloop" throws lots of warnings about deprecated components, and also lots of errors.
So I installed via "npm install -g @loopback/cli", and successfully created the LoopBack 4 ToDo Application (app, model, datasource, repository and controller), which works fine.
But as I understand out of your description, there should be a directory server with the files component-config.json and middleware.json, which should be enhanced with some coding, after installing the n-odata-server. But this directory does not exist.
Could you please revise your project.
Thanks,
chilkm
The text was updated successfully, but these errors were encountered:
Hi @htammen,
I wanted to try your n-odata-server, but I guess LoopBack evolved into a version not compatible with yours. First, the link "Look here for details on installing and creating a loopback application" in Prerequisites is dead. Second, installation of LoopBack via "npm install -g strongloop" throws lots of warnings about deprecated components, and also lots of errors.
So I installed via "npm install -g @loopback/cli", and successfully created the LoopBack 4 ToDo Application (app, model, datasource, repository and controller), which works fine.
But as I understand out of your description, there should be a directory server with the files component-config.json and middleware.json, which should be enhanced with some coding, after installing the n-odata-server. But this directory does not exist.
Could you please revise your project.
Thanks,
chilkm
The text was updated successfully, but these errors were encountered: