尝试在 Vercel 上部署 nextjs 应用程序时出现此错误并注意接受遥测

问题描述 投票:0回答:0

为什么我应该按照提供的链接中的说明定期执行此操作。


ready - started server on 0.0.0.0:3000, url: http://localhost:3000
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

error - ./pages/_app.tsx:1:0
Module not found: Can't resolve '@interfaces/ styles/globals.css'      
> 1 | import '@interfaces/ styles/globals.css'
  2 | import type { AppProps } from 'next/app'
  3 | 
  4 | export default function App({ Component, pageProps }: AppProps) {

https://nextjs.org/docs/messages/module-not-found
javascript reactjs browser terminal telemetry
© www.soinside.com 2019 - 2024. All rights reserved.