question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Module not working

See original GitHub issue

Version

@nuxt/cli v2.15.6 node v14.17.0

Config

Screenshot from 2021-06-06 06-48-17

Usage

<fa :icon="['fab', 'github']"/>

Screenshot from 2021-06-06 06-43-04

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
devtincommented, Nov 10, 2021

doing rm -rf node_modules and then npm i --legacy-peer-deps fixed that for me!

0reactions
jcarduscommented, Jul 28, 2022

doing rm -rf node_modules and then npm i --legacy-peer-deps fixed that for me!

that didn’t work for me…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing module not working - python
For python change the location of the import file and then import. It worked for me. Location can be: C:\python 3.8\Lib.
Read more >
ModuleNotFoundError: no module named Python Error ...
How to fix the ModuleNotFoundError in Python · 1. Make sure imported modules are installed · 2. Make sure modules are spelled correctly...
Read more >
How to Fix ModuleNotFoundError and ImportError
How does module import work behind the scenes? · Locate, load and initialise (if required) the requested module · Define necessary names in...
Read more >
Why Can't Python Find My Modules?
This is caused by the fact that the version of Python you're running your script with is not configured to search for modules...
Read more >
Traps for the Unwary in Python's Import System
With that layout and the current working directory being project , Python 2.7 ... While Python 3.3+ is able to import the submodule...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found