mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
795ed23b35
Two small changes: - In our BYONM errors, suggest running `deno install` instead of `npm install` if `DENO_FUTURE` is set - Only emit warning about `deno install` changes if you do `deno install <foo>` with deno_future unset
2 lines
201 B
Text
2 lines
201 B
Text
error: Could not find "chalk" in a node_modules folder. Deno expects the node_modules/ directory to be up to date. Did you forget to run `deno install`?
|
|
at file:///[WILDCARD]/not_installed.ts:1:19
|