summaryrefslogtreecommitdiff
path: root/tests/specs/check/check_npm_install_diagnostics/npm_install_diagnostics/main.out
blob: fe46f0e423d9375ca280dd0f1c3c05ab871b74d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.