It is because ES6 import and export statements are not supported in node by default. In node 9, you have to use type="module" inside your package.json file, use ...
確定! 回上一頁