TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Generate react apps with Llama 3.1

2 pointsby orixilus10 months ago

1 comment

mrinfinitiesx10 months ago
getting a lot of errors. it made one component of an idea I had, but gave a bunch of errors on the rest<p>Something went wrong<p>&#x2F;App.tsx: Could not find dependency: &#x27;react-leaflet&#x27; relative to &#x27;&#x2F;App.tsx&#x27; (2:0) `` 1 | import React, { useState } from &#x27;react&#x27;; &gt; 2 | import { Map, Marker, Popup } from &#x27;react-leaflet&#x27;; ^ 3 | import &#x27;leaflet&#x2F;dist&#x2F;leaflet.css&#x27;; 4 | import { LatLngTuple } from &#x27;leaflet&#x27;; 5 | `` didn&#x27;t see a way to report them there or diagnose with opening up a code sandbox.<p>Will follow and play with it as it progresses. As somebody who&#x27;s been trying to make their ideas come to life for years battling through a lot of issues and depression because of it, I haven&#x27;t been able to, so I&#x27;m very interested.