Skip to content

fix(start-site): pnp loader#177

Draft
vwency wants to merge 11 commits intoatls:devfrom
template-examples:dev
Draft

fix(start-site): pnp loader#177
vwency wants to merge 11 commits intoatls:devfrom
template-examples:dev

Conversation

@vwency
Copy link

@vwency vwency commented Feb 4, 2026

image

docker compose up -d site-local

site-local-1  | ready - started server on 0.0.0.0:3000, url: http://localhost:3000
site-local-1  | warn  - You have enabled experimental feature(s).
site-local-1  | warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
site-local-1  |
site-local-1  | event - compiled client and server successfully in 1503 ms (1073 modules)
site-local-1  | wait  - compiling...
site-local-1  | event - compiled successfully in 170 ms (777 modules)
site-local-1  | wait  - compiling...
site-local-1  | event - compiled successfully in 30 ms (296 modules)
site-local-1  | Browserslist: caniuse-lite is outdated. Please run:
site-local-1  |   npx browserslist@latest --update-db
site-local-1  |   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
site-local-1  | (node:46) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
site-local-1  | (Use `node --trace-warnings ...` to show where the warning was created)

@TorinAsakura TorinAsakura requested a review from Amiditin February 4, 2026 19:00
@TorinAsakura TorinAsakura assigned Amiditin and vwency and unassigned Amiditin Feb 4, 2026
Copy link
Member

@Amiditin Amiditin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

При запуске docker compose в сервисах ноды вижу ошибки вида:

Details
node:internal/process/esm_loader:40

      internalBinding('errors').triggerUncaughtException(

                                ^

Error [ERR_LOADER_CHAIN_INCOMPLETE]: "file:///workspace/.pnp.loader.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include `shortCircuit: true` in the hook's return.

    at new NodeError (node:internal/errors:405:5)

    at Hooks.resolve (node:internal/modules/esm/hooks:310:13)

    at async MessagePort.handleMessage (node:internal/modules/esm/worker:196:18) {

  code: 'ERR_LOADER_CHAIN_INCOMPLETE'

}


Node.js v18.20.8

Нужно исправить yarn install и оставшиеся чеки которые будут, полагаю для это придется обновлять проект под 22 ноду, последний yarn atls бандл, и желательно перейти на yarn global cache

@vwency vwency marked this pull request as draft February 7, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants