question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'dependencies' of undefined

See original GitHub issue

Steps to reproduce

  • npx create-nx-workspace@latest --preset empty --name web-components-with-angular-and-react-poc
  • npm install --save-dev @nrwl/react
  • npm install --save-dev @nrwl/angular
  • npm install --save-dev @nxext/stencil
  • npx nx g @nxext/stencil:core

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DominikPiepercommented, Nov 22, 2020

Good point, I’ll add a note. You just have to run the lib, app or whatever project you want to create. I’ll take care of the dependencies

0reactions
DominikPiepercommented, Jun 3, 2021

@chalovega-cs seems like a Message from nx list. Just install the plugin and e.g. generate an application or library. Nothing more is needed

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: Cannot read property 'dependencies' of undefined ...
Using yarn and: yarn patch-package your-pckg-name results to: • Creating temporary folder TypeError: Cannot read property 'dependencies' of undefined.
Read more >
Cannot Read Property of undefined Object in dependencies ...
If I have a dependency which is router.asPath , but sometimes the router is null, which may cause the function crash. In order...
Read more >
Fix for cannot 'TypeError: Cannot read property' when ...
In the end, the fix was simple, make sure all the other Jest related packages were updated to 28.x versions. Once I did...
Read more >
npm err! cannot read properties of undefined (reading 'name')
Solution 1: Clear Cache. First you need to clear your cache by this command: npm cache clear --force. Now, run npm install command....
Read more >
patch-package - npm
fix a bug in one of your dependencies vim ... If it's a transitive dependency patch-package can't detect that it is safe to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found