question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Development Environment Sample Build

See original GitHub issue

Are 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.

image

Environment

  1. react-static -v: react-static: command not found
  2. node -v: 8.11.3
  3. yarn --version or npm -v: 1.7
  4. Operating system: Ubuntu 16.04
  5. Browser and version (if relevant): N/A

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Kosai106commented, Aug 19, 2018

@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.

1reaction
tannerlinsleycommented, Jul 19, 2018

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:

Great thanks! If you get one or a couple of them ported, I can try to work on some others. I’d like to try to contribute if possible.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/nozzle/react-static/issues/687#issuecomment-406137625, or mute the thread https://github.com/notifications/unsubscribe-auth/AFUmCb5soLGGPGnCnYn5tMfpvBZC9KKiks5uH_OegaJpZM4VVdt4 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found