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 want to install yeoman in my monorepo project... and wrap it as part of another tool (that registers the package elsewhere in the monorepo). however, this seems to annoy the doctor:
Yeoman Doctor
Running sanity checks on your system
✔ No .bowerrc file in home directory
✔ Global configuration file is valid
✖ NODE_PATH matches the npm root
Unable to find the npm root, something went wrong.
Try to execute npm -g root --silent on your command-line
✔ No .yo-rc.json file in home directory
✔ Node.js version
✔ npm version
✔ yo version
Found potential issues on your machine :(
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
added 684 packages from 392 contributors and audited 4310 packages in 18.171s
19 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Is this verify necessary / useful? Can it be updated to support non-global installs?
@dfee if you are doing some custom lookups, you can consider using yeoman-environment directly.
AFAIC yo is a stand-alone cli and yeoman-doctor is an yo utility.
I want to install yeoman in my monorepo project... and wrap it as part of another tool (that registers the package elsewhere in the monorepo). however, this seems to annoy the doctor:
Is this
verify
necessary / useful? Can it be updated to support non-global installs?doctor/lib/rules/node-path.js
Lines 43 to 62 in df93f8a
The text was updated successfully, but these errors were encountered: