TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Generate react apps with Llama 3.1

2 点作者 orixilus10 个月前

1 comment

mrinfinitiesx10 个月前
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.