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'm new to framework and currently attempting the hello world setup on my machine. Given I am on VPN calls to the npm registry will be blocked as all packages must be resolved through our internal registry. Is it possible to deactivate implicit imports? I'm fine with install all needed dependencies manually.
The text was updated successfully, but these errors were encountered:
There is not currently an option to disable implicit imports and/or npm: imports, no, but you can avoid them by not using them. See also #1168 (comment) for how to configure npm requests to go through your internal registry.
mbostock
changed the title
Option to disable implicit imports?
Opt-out of implicit imports?
Nov 22, 2024
Hello,
I'm new to framework and currently attempting the hello world setup on my machine. Given I am on VPN calls to the npm registry will be blocked as all packages must be resolved through our internal registry. Is it possible to deactivate implicit imports? I'm fine with install all needed dependencies manually.
The text was updated successfully, but these errors were encountered: