Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created December 20, 2020 10:49
Show Gist options
  • Save mhemrg/6cdc71b338b0bff3213c3f1ab5357d2f to your computer and use it in GitHub Desktop.
Save mhemrg/6cdc71b338b0bff3213c3f1ab5357d2f to your computer and use it in GitHub Desktop.
ERROR in ./node_modules/bootstrap/dist/js/bootstrap.esm.js
Module not found: Error: Can't resolve '@popperjs/core' in '/app/node_modules/bootstrap/dist/js'
resolve '@popperjs/core' in '/app/node_modules/bootstrap/dist/js'
Parsed request is a module
using description file: /app/node_modules/bootstrap/package.json (relative path: ./dist/js)
Field 'browser' doesn't contain a valid alias configuration
resolve as module
/app/node_modules/bootstrap/dist/js/node_modules doesn't exist or is not a directory
/app/node_modules/bootstrap/dist/node_modules doesn't exist or is not a directory
/app/node_modules/bootstrap/node_modules doesn't exist or is not a directory
/app/node_modules/node_modules doesn't exist or is not a directory
/node_modules doesn't exist or is not a directory
looking for modules in /app/node_modules
using description file: /app/package.json (relative path: ./node_modules)
Field 'browser' doesn't contain a valid alias configuration
using description file: /app/package.json (relative path: ./node_modules/@popperjs/core)
no extension
Field 'browser' doesn't contain a valid alias configuration
/app/node_modules/@popperjs/core doesn't exist
.wasm
Field 'browser' doesn't contain a valid alias configuration
/app/node_modules/@popperjs/core.wasm doesn't exist
.mjs
Field 'browser' doesn't contain a valid alias configuration
/app/node_modules/@popperjs/core.mjs doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
/app/node_modules/@popperjs/core.js doesn't exist
.json
Field 'browser' doesn't contain a valid alias configuration
/app/node_modules/@popperjs/core.json doesn't exist
as directory
/app/node_modules/@popperjs/core doesn't exist
[/app/node_modules/bootstrap/dist/js/node_modules]
[/app/node_modules/bootstrap/dist/node_modules]
[/app/node_modules/bootstrap/node_modules]
[/app/node_modules/node_modules]
[/node_modules]
[/app/node_modules/@popperjs/core]
[/app/node_modules/@popperjs/core.wasm]
[/app/node_modules/@popperjs/core.mjs]
[/app/node_modules/@popperjs/core.js]
[/app/node_modules/@popperjs/core.json]
@ ./node_modules/bootstrap/dist/js/bootstrap.esm.js 6:0-41 7:0-46 2149:17-23 2165:21-33 3356:15-21 3492:21-33
@ ./src/render/client.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment