-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facing issue while running the code #231
Comments
I can look into this @Dhivakar19 |
@LunaticMuch kindly take the latest from git and npm install and npm start u will face the n-number of issue .. |
I actually face no issue. Two points:
➜ graphql-voyager git:(main) npm run start
> [email protected] start
> webpack-dev-server --config webpack-demo.config.js --hot --inline --mode=development
(node:22006) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
ℹ 「wds」: Project is running at http://localhost:9090/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from /Users/stefano/_GITHUB/graphql-voyager/demo
ℹ 「wdm」: Compiled successfully. |
Also, is your clone updated? Additional updates were approved in the last 24 hours. |
https://github.com/Dhivakar19/gqlpoc kindly take the code from this file not able to resolve it .. |
Not sure what you're trying to do. Your code is not based on the latest commit in Regarding dependencies, it's true something is old, but they are still supported in the current configuration. Update to |
I see. Will see whether upgrading webpack and postcss can solve. |
kindly guide me to overcome from this issue .. |
postcss-cssnext npm is deprecated and postcss-variables-loader has dependency on postcss-cssnext . so kinldy check this
The text was updated successfully, but these errors were encountered: