mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 18:17:48 -05:00
9 lines
306 B
Text
9 lines
306 B
Text
|
Warning "exports" field should be specified when specifying a "name".
|
||
|
at file:///[WILDLINE]/deno.json
|
||
|
error: You did not specify an entrypoint in file:///[WILDLINE]/deno.json. Add `exports` mapping in the configuration file, eg:
|
||
|
{
|
||
|
"name": "@foo/bar",
|
||
|
"version": "@foo/bar",
|
||
|
"exports": "mod.ts"
|
||
|
}
|