api-management-developer-portal
api-management-developer-portal copied to clipboard
Npm run start fails after newly creation of package-lock.json in release 2.21.0
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
- 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.
@msteffl, thank you for opening this issue. We will triage it within the next few business days.
Hello @msteffl, thank you for reporting the issue. I was able to reproduce it and we will prioritize this. Thank you and sorry for inconveniences.