create-nteract-app
create-nteract-app copied to clipboard
:zap: Create an nteractive application with zero configuration
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`1.15.2` -> `1.19.1`](https://renovatebot.com/diffs/npm/prettier/1.15.2/1.19.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/node | docker | minor | `8.12.0-browsers` -> `8.17.0-browsers` | ---...
CodeMirror breaks the default build. ### Error ``` ReferenceError: navigator is not defined at /Users/ericeasthope/Desktop/myApp/node_modules/codemirror/lib/codemirror.js:18:19 at /Users/ericeasthope/Desktop/myApp/node_modules/codemirror/lib/codemirror.js:11:83 at Object. (/Users/ericeasthope/Desktop/myApp/node_modules/codemirror/lib/codemirror.js:14:2) at Module._compile (internal/modules/cjs/loader.js:1128:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10) at Module.load (internal/modules/cjs/loader.js:983:32) at...
When building with ```bash yarn build yarn start ``` We get the following:  Probably related to react-hot-loader. I think this is the same issue as [this](https://github.com/nteract/nteract/pull/3081), and [this](https://github.com/zeit/next.js/issues/4299) etc......