mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8 lines
306 B
Text
8 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"
|
|
}
|