storefront icon indicating copy to clipboard operation
storefront copied to clipboard

pnpm dev error?

Open dxrvip opened this issue 3 years ago • 1 comments

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

dxrvip avatar Jul 22 '22 11:07 dxrvip

Sorry for trouble, we've been going through some organisational changes in the repository. Is this problem still occurring for you?

typeofweb avatar Jul 26 '22 12:07 typeofweb