Skip to content

bug: start fails because of missing file purify.es.js.map #801

Description

@rolandshacks

Describe the bug

npm run start fails with the following message:

Compiled with warnings.

Failed to parse source map from '/home/..../work/molecule-demo/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.js.map' file: Error: ENOENT: no such file or directory, open '/home/.../work/molecule-demo/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.js.map'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./node_modules/monaco-editor/esm/vs/base/browser/dompurify/dompurify.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/.../work/molecule-demo/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.js.map' file: Error: ENOENT: no such file or directory, open '/home/.../work/molecule-demo/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.js.map'

webpack compiled with 1 warning

Versions

  • OS: Ubuntu 20.04.5 LTS
  • Browser: Firefox
  • Molecule: 1.1.1
  • freshly generated and unmodified molecule-demo, 0.1.0

To reproduce

npx @dtinsight/create molecule-demo
npm run start

Expected

Starting development server

Actually happening

Error message, ide not running

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions