Skip to content
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

Warning: Accessing non-existent property 'cat' of module exports inside circular dependency #818

Open
enjoy-myLife opened this issue Oct 29, 2024 · 0 comments

Comments

@enjoy-myLife
Copy link

Type of issue

yo initialization command error


My environment

  • OS version/details: Windows 10 64-bit
  • Node version: 20.16.0
  • npm version: 10.8.1
  • Version of yo : 5.0.0

Expected behavior

The yo webapp command can be used normally

Step1: npm i yo generator-webapp -g
Step2: yo webapp
Then it reported an error

Current behavior

微信截图_20241029203324
o webapp

Steps to reproduce the behavior

Step1: npm i yo generator-webapp -g
Step2: yo webapp

Command line output

(base) PS E:\personal\cli> pnpm i yo generator-webapp -g
 ERR_PNPM_NO_GLOBAL_BIN_DIR  Unable to find the global bin directory
Run "pnpm setup" to create it automatically, or set the global-bin-dir setting, or the PNPM_HOME env variable. The global bin directory should be in the PATH.
(base) PS E:\personal\cli> ^C
(base) PS E:\personal\cli> ^C
(base) PS E:\personal\cli> ^C
(base) PS E:\personal\cli> ^C
(base) PS E:\personal\cli> ^C
(base) PS E:\personal\cli> npm i yo generator-webapp -g
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm warn deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm warn deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

added 1316 packages in 32s

148 packages are looking for funding
  run `npm fund` for details
(base) PS E:\personal\cli> yo webapp
(node:17660) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17660) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:17660) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
Error webapp 

generator.run is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant