LearnNewsExamplesServices
Frontmatter
id5103
title6.9.12 neo-dev.zip -> unzip -> npm install -> npm run build-all fails
stateClosed
labels
bug
assignees[]
createdAtNov 20, 2023, 4:03 PM
updatedAtNov 21, 2023, 1:17 AM
githubUrlhttps://github.com/neomjs/neo/issues/5103
authorgplanansky
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 21, 2023, 1:14 AM

6.9.12 neo-dev.zip -> unzip -> npm install -> npm run build-all fails

Closed v8.1.0 bug
gplanansky
gplanansky commented on Nov 20, 2023, 4:03 PM

Describe the bug Installing 6.9.12 dev by: a. download neo-dev.zip b. unzip neo-dev.zip && cd neo-dev c. npm install d. npm run build-all

Fails on step (d) with error:

ERROR in ./examples/container/dialog/MainContainerController.mjs 28:31-75
Module not found: Error: Can't resolve '../../../src/container/Dialog.mjs' in '/Users/george/foo/neo-dev/examples/container/dialog'
resolve '../../../src/container/Dialog.mjs' in '/Users/george/foo/neo-dev/examples/container/dialog'
  using description file: /Users/george/foo/neo-dev/package.json (relative path: ./examples/container/dialog)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/george/foo/neo-dev/package.json (relative path: ./src/container/Dialog.mjs)

Log attached.

Expected behavior: This has worked & still does with previous versions, most recent being 6.9.2 neo-dev-6.9.12-build-all-log.txt

gplanansky added the bug label on Nov 20, 2023, 4:03 PM
gplanansky closed this issue on Nov 21, 2023, 1:14 AM
gplanansky
gplanansky Nov 21, 2023, 1:17 AM

Rsolved by tobiu: src/container/Dialog.mjs has been obsoleted. So examples/container/dialog, which depended on it, no longer pertains and should be removed.