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
npm install --save-dev parcel should succeed without issue
😯 Current Behavior
npm install --save-dev parcel fails
Output from eresolve-report.txt
# npm resolution error report
2024-01-26T17:57:44.345Z
Found: [email protected]
node_modules/svgo
svgo@"^2.4.0" from @parcel/[email protected]
node_modules/@parcel/optimizer-htmlnano
@parcel/optimizer-htmlnano@"2.11.0" from @parcel/[email protected]
node_modules/@parcel/config-default
@parcel/config-default@"2.11.0" from [email protected]
node_modules/parcel
dev parcel@"*" from the root project
svgo@"^2.4.0" from @parcel/[email protected]
node_modules/@parcel/optimizer-svgo
@parcel/optimizer-svgo@"2.11.0" from @parcel/[email protected]
node_modules/@parcel/config-default
@parcel/config-default@"2.11.0" from [email protected]
node_modules/parcel
dev parcel@"*" from the root project
Could not resolve dependency:
peerOptional svgo@"^3.0.2" from [email protected]
node_modules/htmlnano
htmlnano@"^2.0.0" from @parcel/[email protected]
node_modules/@parcel/optimizer-htmlnano
@parcel/optimizer-htmlnano@"2.11.0" from @parcel/[email protected]
node_modules/@parcel/config-default
@parcel/config-default@"2.11.0" from [email protected]
node_modules/parcel
dev parcel@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
🔦 Context
Creating a brand new project and trying to get Parcel working
💻 Code Sample
On Windows 10, navigate to your projects directory, and using PowerShell do the following.
🐛 Parcel Can Not Install
This fails.
npm install --save-dev parcel
🤔 Expected Behavior
npm install --save-dev parcel
should succeed without issue😯 Current Behavior
npm install --save-dev parcel
failsOutput from
eresolve-report.txt
🔦 Context
Creating a brand new project and trying to get Parcel working
💻 Code Sample
On Windows 10, navigate to your projects directory, and using PowerShell do the following.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: