unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup
MIT License
3.29k stars 198 forks source link

Error when packaging in docker environment. #161

Closed jwhupup closed 2 years ago

jwhupup commented 2 years ago

description: there is no problem with local packaging, but the following error is reported in the docker environment. configuration(docker): npm 6.14.7 node 14.8.0

import autoImport from 'unplugin-auto-import/vite';

autoComponents({
  dirs: ['src/components'],
  dts: 'types/components.d.ts',
  resolvers: [VantResolver()],
}),
"dependencies": {
  "@vueuse/core": "^8.2.4",
}

image image

antfu commented 2 years ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.