error resolving module specifier


jsのモジュールを読み込もうとして失敗しました。

bad

import('module.js');

good

import('./module.js');

パスがおかしかっただけです。