mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
12 lines
326 B
Text
12 lines
326 B
Text
|
error: TS2581 [ERROR]: Cannot find name '$'. Did you mean to import jQuery? Try adding `import $ from "npm:jquery";`.
|
||
|
$;
|
||
|
^
|
||
|
at file:///[WILDCARD]/npm_install_diagnostics/main.ts:1:1
|
||
|
|
||
|
TS2580 [ERROR]: Cannot find name 'process'.
|
||
|
process;
|
||
|
~~~~~~~
|
||
|
at file:///[WILDCARD]/npm_install_diagnostics/main.ts:2:1
|
||
|
|
||
|
Found 2 errors.
|