Module not found: Error: Can't resolve '../build' #1939
Locked
droidwizard
started this conversation in
General
Replies: 1 comment
-
Because you need to change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed docx in last version "docx": "^7.8.2"
and import module into my project
import { Document, Paragraph, TextRun } from '../build'
It show error message is Module not found: Error: Can't resolve '../build'
My project is Nuxtjs, Help me solve this issue., Thanks.
Beta Was this translation helpful? Give feedback.
All reactions