deep-foundation / deepcase-app

https://deep-foundation.github.io/deepcase-app/
The Unlicense
11 stars 7 forks source link

Error: Module not found: Can't resolve '@deep-foundation/deeplinks/imports/client' #317

Open Konard opened 5 months ago

Konard commented 5 months ago

Screenshot_20240505_224429

1 of 1 error
Next.js (14.2.2) out of date [(learn more)](https://nextjs.org/docs/messages/version-staleness)
Server Error
Error: Module not found: Can't resolve '@deep-foundation/deeplinks/imports/client'
  1 |
> 2 | import { DeepNamespaceProvider, DeepProvider, useDeep } from '@deep-foundation/deeplinks/imports/client';
    | ^
  3 | import { Id, Link, MinilinksProvider, useMinilinksFilter } from '@deep-foundation/deeplinks/imports/minilinks';
  4 | import dynamic from "next/dynamic";
  5 | import React, { useCallback, useEffect, useRef, useState } from 'react';

https://nextjs.org/docs/messages/module-not-found

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
<unknown>
https://nextjs.org/docs/messages/module-not-found
<unknown>
https://nextjs.org/docs/messages/module-not-found
Next.js
getNotFoundError
file:///workspace/dev/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js (124:16)
async getModuleBuildError
file:///workspace/dev/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js (104:27)
async
file:///workspace/dev/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js (29:49)
async
file:///workspace/dev/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js (27:21)
Konard commented 4 months ago

Duplicate of https://github.com/deep-foundation/deepcase-app/issues/285