Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to run realworld example - buildingfs error #328

Closed
ktiedt opened this issue May 18, 2018 · 2 comments
Closed

Attempting to run realworld example - buildingfs error #328

ktiedt opened this issue May 18, 2018 · 2 comments
Milestone

Comments

@ktiedt
Copy link

ktiedt commented May 18, 2018

~/Projects/examples/realworld$ npm run dev

> realworld-app@1.0.0 dev /Users/karl.tiedt/Projects/examples/realworld
> dojo build -m dev -s -w memory

⠸ buildingfs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/Users/karl.tiedt/Projects/examples/realworld/output/dev/index.html'
~/Projects/examples/realworld$ node --version
v8.10.0
~/Projects/examples/realworld$ dojo --version
2.0.0
@mwistrand
Copy link
Contributor

Thanks, @ktiedt. This particular error emerges from the build-time rendering, which we plan to disable with --watch memory. In the meantime, if you run the build without the memory flag (so dojo build -m dev -s -w), you will be able to build and interact with the application.

@ktiedt
Copy link
Author

ktiedt commented May 18, 2018

Thanks @mwistrand that does in fact get things moving.

@ktiedt ktiedt closed this as completed May 18, 2018
@dylans dylans added this to the 2018.05 milestone May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants