pnpm dev error?
info - Disabled SWC as replacement for Babel because of custom Babel configuration ". babelrc" https://nextjs.org/docs/messages/swc-disabled Watchpack Error (watcher): Error: ENOTDIR: not a directory, watch '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules' Watchpack Error (watcher): Error: ENOTDIR: not a directory, watch '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules/@saleor' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules/@saleor' Watchpack Error (watcher): Error: ENOTDIR: not a directory, watch '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules' Watchpack Error (watcher): Error: ENOTDIR: not a directory, watch '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules/@saleor' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules' Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir '/Applications/Tabby.app/Contents/Resources/app.asar/node_modules/@saleor' error - ./pages/_app.tsx:12:0 Module not found: Can't resolve '@saleor/checkout-storefront/dist/esm/index.css' 10 | import { client } from "@/saleor-app-checkout/frontend/misc/client"; 11 | import PrivateSettingsProvider from "@/saleor-app-checkout/frontend/components/elements/PrivateSettingsProvider";
12 | import "@saleor/checkout-storefront/dist/esm/index.css"; 13 | 14 | export default function App(props: AppProps) { 15 | const { Component, pageProps } = props;
https://nextjs.org/docs/messages/module-not-found
Sorry for trouble, we've been going through some organisational changes in the repository. Is this problem still occurring for you?