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
It installs lots of 3.6.1 packages. See the resulting package-lock.json.
Your environment
Public source code:
Public site URL:
Docusaurus version used: 3.5.2
Environment name and version (e.g. Chrome 89, Node.js 16.4):
Operating system and version (e.g. Ubuntu 20.04.2 LTS): macOS 14.6.1
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
ilg-ul
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Nov 12, 2024
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
It might be related to #10668.
I have a project template that uses 3.5.2, that I successfully used to instantiate several sites.
Today I tried it again, and it fails, since
npm install
brings some packages from the 3.6.1 release.Reproducible demo
No response
Steps to reproduce
Place the following file in an empty folder and issue
npm install
:package.json
Expected behavior
Install 3.5.2 packages.
Actual behavior
It installs lots of 3.6.1 packages. See the resulting
package-lock.json
.Your environment
Self-service
The text was updated successfully, but these errors were encountered: