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
I think writing the toolchains configuration of a project in $PROJECT_DIR/.voltarc or somewhere else is better than writing them to package.json.
All nodes except volta in package.json is available to all users who have nodejs installed, but the node volta is only available to users installed Volta on their machines.
If someone don't know what Volta is and removes the volta node in package.json, the configuration will be disabled and cause errors due to environments.
The text was updated successfully, but these errors were encountered:
Hi @zihluwang, thanks for the suggestion! We're tracking that in #282 currently, so follow that issue for updates. Right now, the main issue is that we need a design for the behavior that handles edge / corner cases (likely via an RFC).
I think writing the toolchains configuration of a project in
$PROJECT_DIR/.voltarc
or somewhere else is better than writing them topackage.json
.All nodes except
volta
inpackage.json
is available to all users who havenodejs
installed, but the nodevolta
is only available to users installed Volta on their machines.If someone don't know what Volta is and removes the
volta
node inpackage.json
, the configuration will be disabled and cause errors due to environments.The text was updated successfully, but these errors were encountered: