Development Environment Sample Build
See original GitHub issueAre you reporting a bug?
Yes.
I’m trying to setup an environment to implement and test a change related to issue 622. I followed the instructions in CONTRIBUTING.md, but I get errors when I run “yarn test-sample-build”.
I did this on a fresh installation of Ubuntu 16.04, only adding yarn, npm, and git from apt.
I cloned the repo, then ran “yarn”, “yarn watch”, and “yarn link”. Then on “yarn test-sample-build”, I get the following output.
Environment
react-static -v
: react-static: command not foundnode -v
: 8.11.3yarn --version or npm -v
: 1.7- Operating system: Ubuntu 16.04
- Browser and version (if relevant): N/A
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
How to create a development environment - SashiDo.io
Learn how to easily create a dev environment so you can test your app's new features or code in a safe and controlled...
Read more >Simplifying Software Development Environment Setup
Creating a new development environment can be painful. But if developers follow best practices using this tool, setting up a dev environment ......
Read more >What Is Development Environment? What Is IDE? - Hostinger
A development environment is a workspace that provides the tools and processes to create source code for software. Come learn more about it....
Read more >Chapter 6. Creating a productive development environment
This chapter illustrates strategies and tools for setting up controllable and highly maintainable environments that are isolated from those of other ...
Read more >Development environment : How to start your perfect project?
The project is accepted, the requirements are clear; but where to start to carry out our development? A natural reflex is to prepare...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@BrianKopp Regarding your latest comment, there’s already have an issue open for that. https://github.com/nozzle/react-static/issues/693 which, for some reason, still haven’t gotten any comments from the devs.
The easiest way is to use the examples in the examples directory. First yarn link in the repo root. Then yarn start. Then in an example run yarn. Then run yarn link react-static. That will make the example use the local version of react-static. On Wed, Jul 18, 2018 at 8:49 PM Brian Kopp notifications@github.com wrote: