将模块导入js文件

时间:2020-08-13 16:44:46

标签: javascript ecmascript-6

我正在尝试将'threejs-meshline'软件包作为模块导入到我的index.js文件中。我是通过npm安装的,它位于“ node_modules”文件夹中。

我正在尝试以这种方式导入它:

import {MeshLine, MeshLineMaterial, MeshLineRaycast} from 'threejs-meshline'

控制台出现此错误:“模块说明符未以“ /”、“./”或“ ../”开头。”

在开头添加“ ../node_modules/”无效。

1 个答案:

答案 0 :(得分:-2)

请确保您已为项目准备了package.json文件,并已使用threejs-meshline从npm安装了npm install threejs-meshline