error while running npm i -g truffle@">=5.0.0 <6.0.0" #5845
Unanswered
maxeq
asked this question in
General Q&A
Replies: 2 comments
-
Hi @maxeq, Have you followed https://github.com/orgs/trufflesuite/discussions/5089 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I actually don't really see any errors in the output you have provided. There are some warnings but these should not prevent it from installing successfully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[Truffle: Execute command]
Working dir: d:\Games\PycharmProjects\eth
Running command
npm i -g truffle@">=5.0.0 <6.0.0"
[Truffle: Execute command] npm
[Truffle: Execute command] WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
[Truffle: Execute command] npm
[Truffle: Execute command] WARN deprecated [email protected]: request has been deprecated, see request/request#3142
[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: this library is no longer supported
[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: This module has been superseded by the multiformats module
[Truffle: Execute command] npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-server-errors
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm
[Truffle: Execute command] WARN deprecated [email protected]: The
apollo-datasource
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-server-types
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-server-plugin-base
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-server-express
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-server
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: The
apollo-reporting-protobuf
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/usage-reporting-protobuf
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN deprecated
[Truffle: Execute command] [email protected]: The
apollo-server-env
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/utils.fetcher
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command] npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[Truffle: Execute command] npm WARN deprecated [email protected]: This module has been superseded by the multiformats module
[Truffle: Execute command] npm
[Truffle: Execute command] WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[Truffle: Execute command] npm WARN
[Truffle: Execute command] deprecated [email protected]: This module has been superseded by the multiformats module
[Truffle: Execute command] npm WARN deprecated
[Truffle: Execute command] [email protected]: This module has been superseded by the multiformats module
[Truffle: Execute command] npm
[Truffle: Execute command] WARN deprecated [email protected]: The
apollo-server-core
package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the@apollo/server
package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.[Truffle: Execute command]
changed 759 packages, and audited 788 packages in 2m
[Truffle: Execute command]
90 packages are looking for funding
run
npm fund
for details[Truffle: Execute command]
found 0 vulnerabilities
[Truffle: Execute command] Finished running command
[Truffle: Execute command] Traceback (most recent call last):
File "D:\Programming\Python310\lib\runpy.py", line 196, in _run_module_as_main
[Truffle: Execute command] return _run_code(code, main_globals, None,
File "D:\Programming\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
[Truffle: Execute command] File "D:\Programming\Python310\Scripts\truffle.exe_main.py", line 4, in
[Truffle: Execute command] File "D:\Programming\Python310\lib\site-packages\truffle\app.py", line 33
print file_index
^^^^^^^^^^^^^^^^
[Truffle: Execute command] SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Beta Was this translation helpful? Give feedback.
All reactions