SyntaxError: Cannot use import statement outside a module
原因:npm运行node项目,需要babel编译,才能支持import等高级语法;1:安装babelnpminstall--savebabel-corenpminstall--savebabel-preset-envnpminstallbabel-cli-g2:创建名为.babelrc文件,并添加代码{"presets":["env"],"plugins":[]}3:修改package.json文