You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In release 2.21 After deleting the package-lock.json, starting with cleaned up node_modules and creating the package-lock.json "new" with npm install there are a lot of errors when trying to start the project with npm run start. Seems that they come from @paperbits/prosemirror/prosemirrorHtmlEditor.ts
So the package-lock.json seems not to be in sync with the package.lock.
Reproduction steps
Clone repository
Delete the package-lock.json
Run npm install
Run npm run start
See errors
Expected behavior
I would expect that if I create a new package-lock.json from the package.json the project will also run without errors.
Is your portal managed or self-hosted?
Self-hosted
Release tag or commit SHA (if using self-hosted version)
release 2.21
Environment
Operating system: iOS
Browser: Google Chrome, Safari
Version: 106.0.5249.119
Additional context
Add any other context about the problem here, including screenshots.
The text was updated successfully, but these errors were encountered:
Bug description
In release 2.21 After deleting the package-lock.json, starting with cleaned up node_modules and creating the package-lock.json "new" with npm install there are a lot of errors when trying to start the project with npm run start. Seems that they come from @paperbits/prosemirror/prosemirrorHtmlEditor.ts
So the package-lock.json seems not to be in sync with the package.lock.
Reproduction steps
Expected behavior
I would expect that if I create a new package-lock.json from the package.json the project will also run without errors.
Is your portal managed or self-hosted?
Self-hosted
Release tag or commit SHA (if using self-hosted version)
release 2.21
Environment
Additional context
Add any other context about the problem here, including screenshots.
The text was updated successfully, but these errors were encountered: