create-nteract-app icon indicating copy to clipboard operation
create-nteract-app copied to clipboard

:zap: Create an nteractive application with zero configuration

Results 14 create-nteract-app issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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: ![image](https://user-images.githubusercontent.com/15242567/44763795-c8bb0800-ab1a-11e8-84e7-e2f03b15ca27.png) 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......

bug