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
When using a version of node not supported by parcel, the generator skips the dependencies installation without failing, but the generated app does not work.
Maybe include an engine in package.json in order to enforce specific versions of node could resolve this, or block the generator if that error happens?
The text was updated successfully, but these errors were encountered:
When using a version of node not supported by parcel, the generator skips the dependencies installation without failing, but the generated app does not work.
Maybe include an engine in package.json in order to enforce specific versions of node could resolve this, or block the generator if that error happens?
The text was updated successfully, but these errors were encountered: