diff options
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index fc349ac25..3505d97d0 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -223,6 +223,7 @@ impl ProcState { cli_options.unstable() // don't do the unstable error when in the lsp || matches!(cli_options.sub_command(), DenoSubcommand::Lsp), + cli_options.no_npm(), ); Ok(ProcState(Arc::new(Inner { |