dist folder missing on latest update
See original GitHub issueHey! been using this package for a while now, never had any issues, but we updated the dependencies on a project and suddenly builds started to fail, noticed that the v15.6.0
is missing the dist
folder in node_modules
:
it’s a Next.js 12 project using pnpm as package manager. the error happens on both
@contentful/rich-text-react-renderer
and @contentful/rich-text-types
.
the temporary fix was to install v15.5.x
Issue Analytics
- State:
- Created 2 years ago
- Reactions:19
- Comments:7
Top Results From Across the Web
Why is the dist folder missing? Can't view any of the samples ...
The dist folder only exists in the release branch. If you install with npm or bower you will get a version that has...
Read more >npm install doesnt create dist folder - Stack Overflow
It will create the node_modules directory in your current directory (if one doesn't exist yet), and will download the package to that directory....
Read more >angular not updating when dist directory contains built files
I have noticed this on VS2017 15.7.1 ,dotnet core 2.1 and Angular/Angular-CLI ^6.0.3 (I removed webpack from packages completely - The angular add...
Read more >Deployment - Angular
The output folder is dist/project-name/ by default. To output to a different folder, change the outputPath in angular.json . As you near the...
Read more >Build will not create /dist/ folder when running on the server ...
We have a .NET Core 3.1 project with Angular 9 front end. When we build on the TC server the /dist/ folder is...
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
Yes, I am getting same issue.
got broken too today 😦