Common Errors and Their Solutions
Permission denied when running npm run dev
Solutions
ChunkLoadError: Loading chunk
Module not found: Can't resolve 'glass-web-components/loader'
./pages/_app.js:11:0
Module not found: Can't resolve 'glass-web-components/loader'
9 | // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
10 | // Enable use of Glass Web Components 1 of 2
> 11 | import {
12 | applyPolyfills,
13 | defineCustomElements,
14 | } from 'glass-web-components/loader';
Import trace for requested module:
https://nextjs.org/docs/messages/module-not-foundLast updated