Vuong Phan

Results 9 comments of Vuong Phan

`vagrant plugin install landrush` Installing the 'landrush' plugin. This can take a few minutes... Building native extensions. This could take a while... Bundler, the underlying system Vagrant uses to install...

``` "dependencies": { ... "next-pwa": "github:Lukasdotcom/next-pwa", ... } ```

I found that `"postcss-nesting": "^9.0.1"` was not published.

> > This one should be the solution: [pnpm/pnpm#4920 (comment)](https://github.com/pnpm/pnpm/issues/4920#issuecomment-1226724790) > > If you are using pnpm this might work for you. Thanks you. It works for me.

In `editor.tsx` component ```typescript 'use client'; import ReactQuill from 'react-quill'; import * as React from 'react'; import { forwardRef } from 'react'; import { twMerge } from 'tailwind-merge'; import 'react-quill/dist/quill.snow.css';...

If you install the project with `pnpm` this error will appear. I tried adding `public-hoist-pattern[]=next*` to the `.npmrc` in the root project, reinstall and this error no longer appears.

> As mentioned by the author this problem occurs when creating the project with `turborepo`. ```bash npx create-turbo@latest ```

You must ensure the following environment variables in Docker: ``` AUTH_SECRET="" AUTH_TRUST_HOST="true" AUTH_URL="http://localhost:3000" ```