Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): cannot find module issue (#918) #919

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Conversation

0oooooooo0
Copy link
Contributor

@0oooooooo0 0oooooooo0 commented Dec 23, 2021

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Resolves: #918

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes (if not applicable, please state why)

Copy link
Member

@clarkdo clarkdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain more about the fix ?

@0oooooooo0
Copy link
Contributor Author

The webpack package was added as v4.0.0 of create-nuxt-app was released. In doing so, an error occurred in <script lang=“ts”> of sfc. So I thought it would be better to uninstall webpack, so I uninstalled it. Please let me know if there is a better way. thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find module './index.vue?vue&type=script&lang=ts&'
3 participants