Closed stage88 closed 6 years ago
Solved on master.
You can work around the issue by pinning uws at the right version (10.148.1).
Also 2.8.2 is not the latest version anymore
npm WARN deprecated uws@10.148.1: New code is available at github.com/uNetworking/uWebSockets.js
and this issue
make: Entering directory '/root/parse-server-example/node_modules/kerberos/build' CXX(target) Release/obj.target/kerberos/lib/kerberos.o In file included from ../lib/kerberos.cc:1:0: ../lib/kerberos.h:5:10: fatal error: gssapi/gssapi.h: No such file or directory
npm install
Possibly remove uws as a dependancy since parse server fails back to ws anyway
Got a warning when npm install
Server
Database
I am not able to fix this issue I am using "parse-server-example" from git and i have seen the package.json and not able to understand what needs to change in dependencies for version update below is my package.json file i have updated the parse-server variable to latest
"dependencies": { "express": "~4.11.x", "kerberos": "~0.0.x", "parse": "~1.8.0", "parse-server": "3.1.3"
Issue Description
usw is deprecated: "npm WARN deprecated uws@10.148.2: stop using this version"
Steps to reproduce
npm install
Expected Results
Possibly remove uws as a dependancy since parse server fails back to ws anyway
Actual Outcome
Got a warning when npm install
Environment Setup
Server
Database
Logs/Trace