mojolicious / dom.js

:crystal_ball: A fast and very small HTML/XML DOM parser with CSS selectors
https://www.npmjs.com/package/@mojojs/dom
MIT License
20 stars 3 forks source link

build error #5

Closed touchsky2018 closed 2 years ago

touchsky2018 commented 2 years ago

node version: v16.14.0

import DOM from '@mojojs/dom';

build error-----------------------------------------------------------

Did you mean './util'? Requests that should resolve in the current directory need to start with './'. Requests that start with a name are treated as module requests and resolve within module directories (C:/Dev/09.source/frontend-electron/GSys, node_modules). If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

@marcusramberg @kraih @jhthorsen @christopherraa

kraih commented 2 years ago

The CI tests show that it is actually working. So there must be something special about your node environment.

kraih commented 2 years ago

Assuming this has been resolved.