Cannot read property 'dependencies' of undefined
See original GitHub issueSteps 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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
@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