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
Running parcel build using the latest nightly regiment (2.8.4-nightly.2912 + 2.0.0-nightly.1289 + 2.0.0-nightly.1287) produces the error Error: Cannot find module '../native when using latest pnpm release on Linux.
I've not tried earlier versions of pnpm, nor npm or yarn. Everything was working fine with the previous nightly builds.
As a sidenote, I've also been getting this for a week or two when I run pnpm up in all my projects that use this package list:
Didn't feel it warranted its own bug report, so just dumping it here 😄
$ pnpm up ✘ 1
WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
Already up to date
WARN Issues with peer dependencies found
.
└─┬ @parcel/config-default 2.0.0-nightly.1289
└─┬ @parcel/optimizer-htmlnano 2.0.0-nightly.1289
└─┬ htmlnano 2.0.4
└── ✕ unmet peer svgo@^3.0.2: found 2.8.0 in @parcel/optimizer-htmlnano
Progress: resolved 559, reused 534, downloaded 0, added 0, done
Done in 14.6s
``
🐛 bug report
Running
parcel build
using the latest nightly regiment (2.8.4-nightly.2912 + 2.0.0-nightly.1289 + 2.0.0-nightly.1287) produces the errorError: Cannot find module '../native
when using latest pnpm release on Linux.I've not tried earlier versions of pnpm, nor npm or yarn. Everything was working fine with the previous nightly builds.
🎛 Configuration (.babelrc, package.json, cli command)
package.json
.parcelrc
😯 Current Behavior
cli output:
The text was updated successfully, but these errors were encountered: