Closed daniel-vera-g closed 2 years ago
Noch ne Anmerkung zur package-lock:
Die Änderung von Version 1 -> 2 ist Rückwärtskompatibel. Wenn Ihr jedoch eine version von npm < 7 habt, bekommt Ihr wahrscheinlich eine Warnung beim Installieren die aber kein Problem sein sollte.
Da es aber keine weiteren Probleme bereiten sollte, könnten wir es bei der v2 lassen. Außer jemand der npm < v7 hat stört sich mega arg an der Meldung.
cc.. @jwestenhoff dem es aufgefallen ist 😄
Got this error:
error - ./components/common/footer.tsx:9:0
Module not found: Can't resolve 'react-obfuscate'
7 | import { faEnvelope } from '@fortawesome/free-solid-svg-icons'
8 | import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
> 9 | import Obfuscate from 'react-obfuscate'
Got this error:
error - ./components/common/footer.tsx:9:0 Module not found: Can't resolve 'react-obfuscate' 7 | import { faEnvelope } from '@fortawesome/free-solid-svg-icons' 8 | import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' > 9 | import Obfuscate from 'react-obfuscate'
Did you try npm install
(from my Feature branch fix/footer-links
) @mapelpapel ?
I added this dependency and you probably do not have it installed.
Got this error:
error - ./components/common/footer.tsx:9:0 Module not found: Can't resolve 'react-obfuscate' 7 | import { faEnvelope } from '@fortawesome/free-solid-svg-icons' 8 | import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' > 9 | import Obfuscate from 'react-obfuscate'
Did you try
npm install
(from my Feature branchfix/footer-links
) @mapelpapel ? I added this dependency and you probably do not have it installed.
Yep, that fixed the issue. Shouldn't have ignored the IDE pop-up 😂