Version 3x.rc: module assets processing✖ ERROR undefined
See original GitHub issueDo you want to request a feature or report a bug?
BUG
What is the current behaviour?
I have had some issues with previous versions of the CLI, so I had updated to v3 but now getting new errors:
~/Development/CookieConsent master !2 ⇡1 marvinheilemann@wksphem001
❯ pnpm run docs-build
> gdpr-cookie-consent-banner@3.0.0 docs-build /Users/marvinheilemann/Development/CookieConsent
> preact build --src docs
Build [=================== ] 95% (4.0s) emitting
ssr-bundle.f09e4.css ⏤ 3.35 kB (+3.35 kB)
ssr-bundle.js ⏤ 40.6 kB (+40.6 kB)
ℹ INFO ⚛️ No custom sw.js detected: compiling default Service Worker.
Build [================== ] 89% (1.5s) module assets processing✖ ERROR undefined
ERROR Command failed with exit code 1.
~/Development/CookieConsent master !2 ⇡1 1 8.68s marvinheilemann@wksphem001
❯ pnpm run docs-build -- --no-prerender
> gdpr-cookie-consent-banner@3.0.0 docs-build /Users/marvinheilemann/Development/CookieConsent
> preact build --src docs "--no-prerender"
ℹ INFO ⚛️ No custom sw.js detected: compiling default Service Worker.
Build [================== ] 89% (2.9s) module assets processing✖ ERROR undefined
ERROR Command failed with exit code 1.
If the current behaviour is a bug, please provide the steps to reproduce.
- clone https://github.com/muuvmuuv/gdpr-cookie-consent-banner/tree/master
- run
npm run docs-build
What is the expected behaviour?
If this is a feature request, what is motivation or use case for changing the behaviour?
Please mention other relevant information.
Environment Info:
System:
OS: macOS 10.15.3
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 12.14.1 - ~/.nvm/versions/node/v12.14.1/bin/node
Yarn: 1.22.0 - /usr/local/bin/yarn
npm: 6.13.4 - ~/.nvm/versions/node/v12.14.1/bin/npm
pnpm: 4.9.3 - ~/.nvm/versions/node/v12.14.1/bin/pnpm <= is missing
Browsers:
Firefox: 72.0.2
Safari: 13.0.5
Edge: 80.0.361.54 <= is missing
npmPackages:
preact: ^10.3.2 => 10.3.2
preact-cli: ^3.0.0-rc.9 => 3.0.0-rc.9
preact-render-to-string: ^5.1.4 => 5.1.4
preact-router: ^3.2.1 => 3.2.1
npmGlobalPackages:
preact-cli: 3.0.0-rc.9
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
npm err! cannot read property 'insert' of undefined - You.com
Actually , whatever package I install , it fails with the same ERROR Code. Environment. npm:8.5.1; Node.js:12.22.9; OS Name:WSL2; System Model Name:Windows ...
Read more >Webpack frozen during '91% additional asset processing'
Now when I come to package it for release, my Webpack is completely stuck at the '91% additional asset processing' stage and eventually...
Read more >The JHipster Mini-Book
This process generates a .yo-rc.json file that captures all of the choices you make. ... ✖ { Error: Command failed: heroku create 21-points....
Read more >mozilla-release: changeset 537566 ...
The goal is to eventually remove reportError() and have every error associated with a file to be a FileError, and just one error...
Read more >Tickets - Ruby on Rails - Lighthouse
# State Milestone Assigned to Age ↓
54 ✓resolved 2.1.1 Pratik over 11 years old
2122 ✓resolved 2.x ‑‑ over 11 years old
921 ✓invalid 2.x...
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
@reznord is working on this
This is fixed in the latest rc version.