immerjs / immer

Create the next immutable state by mutating the current one

Home Page:https://immerjs.github.io/immer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error to run yarn run start

guihuaz-compass opened this issue Β· comments

πŸ› Bug Report

Using one click Open in Gitpod, get error when running yarn run start:

Link to repro

https://github.com/immerjs/immer

To Reproduce

click Open in Gitpod, run yarn run start

Observed behavior

/bin/sh: docusaurus: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Expected behavior

run without error

Environment

latest

  • Immer version:
  • I filed this report against the latest version of Immer
  • Occurs with setUseProxies(true)
  • Occurs with setUseProxies(false) (ES5 only)

just install the dependency

yarn install should be run first indeed.