"lodash/defaultsDeep" systemJS Error
See original GitHub issueI just rebuild my whole node_modules folder and I ran into this error message
(SystemJS) Module not already loaded loading “lodash/defaultsDeep”
I’m on angular 4.0.2 and atc 3.3.1. I also tried using atc 3.2.4 which did work in that regard.
This is my atc entry in the systemJS config:
'angular-tree-component': 'npm:angular-tree-component/dist/angular-tree-component.umd.js',
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (2 by maintainers)
Top Results From Across the Web
"lodash/defaultsDeep" systemJS Error · Issue #262 - GitHub
I just rebuild my whole node_modules folder and I ran into this error message (SystemJS) Module not already loaded loading ...
Read more >Developers - "lodash/defaultsDeep" systemJS Error - - Bountysource
I just rebuild my whole node_modules folder and I ran into this error message. (SystemJS) Module not already loaded loading "lodash/defaultsDeep".
Read more >Trouble importing lodash with systemjs from compiled typescript
The lodash.js file is requested by the browser successfully, but seems to be loaded incorrectly by the systemjs loader.
Read more >lodash.defaultsdeep - npm
lodash.defaultsdeep v4.6.1. The Lodash method _.defaultsDeep exported as a Node.js module. Installation. Using npm: $ {sudo -H} npm i -g npm.
Read more >node-lodash/4.17.21+dfsg+~cs8.31.189.20210220-2
This fixes #979531 but it uses a new upstream version of lodash-cli which is embedded in node-lodash. We were unaware of the new...
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 FreeTop 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
Top GitHub Comments
Hi all, Adding the following block to system.config.js seems to work for me now.
@sasinandrei - thanks. I dropped support for SystemJS, closing this one.