我正在尝试将'threejs-meshline'软件包作为模块导入到我的index.js文件中。我是通过npm安装的,它位于“ node_modules”文件夹中。
我正在尝试以这种方式导入它:
import {MeshLine, MeshLineMaterial, MeshLineRaycast} from 'threejs-meshline'
控制台出现此错误:“模块说明符未以“ /”、“./”或“ ../”开头。”
在开头添加“ ../node_modules/”无效。
答案 0 :(得分:-2)
请确保您已为项目准备了package.json文件,并已使用threejs-meshline
从npm安装了npm install threejs-meshline