Failed to load another dependencies in my project
See original GitHub issueThe build have a line with module.exports
but module isn’t declared anywhere.
https://github.com/Gillardo/bootstrap-ui-datetime-picker/blob/master/dist/datetime-picker.js#L688
If this is script is not the latest to be loaded in an bundle file, the other angular modules will not load correctly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
VS2017 nuget failed to load project dependencies
I got in a similar situation. VS2017 (15.5.6). "The operation failed as details for project 'x' could not be loaded" for a .Net...
Read more >15.5.2 Dependencies failed to load / Cannot add reference
I resolved this by removing special characters of the project's folder path. For my case, it's the brackets that are causing the pain....
Read more >How to resolve “Could not load file or assembly … or one of its ...
Thus, another solution is to update NuGet package in all root project and then in subsequent referred project (if required) where same package...
Read more >[vite] error while updating dependencies - Access is denied
I stopped node, then run again npm run dev and I get the error about Access is denied. > error: Failed to write...
Read more >Project import errors – Support Portal | Snyk
While importing a project into the Snyk console, you may sometimes encounter an error; for example: Some common errors and suggested...
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
I have just released 2.5.3 which applies the code above and should fix the issue
@Gillardo I’m having the same issue and changing the last line of my local datetime-picker.js as you suggested resolved it for me.