diff --git a/blank_project/README.md b/blank_project/README.md index 2869d961c..0cfbdf265 100755 --- a/blank_project/README.md +++ b/blank_project/README.md @@ -92,3 +92,7 @@ NOTE: This uses [gh-pages](https://github.com/tschaub/gh-pages) to publish resul - `src/index.html` for the front-end HTML - `src/main.js` for the JavaScript front-end code and how to integrate contracts - `src/main.test.js` for the JavaScript integration tests of smart contract + +### Troubleshooting + +On Windows, if you're seeing an error containing `EPERM` it may be related to spaces in your path. Please see [this issue](https://github.com/zkat/npx/issues/209) for more details. diff --git a/blank_react_project/README.md b/blank_react_project/README.md index a33251051..dea27c065 100644 --- a/blank_react_project/README.md +++ b/blank_react_project/README.md @@ -94,3 +94,7 @@ NOTE: This uses [gh-pages](https://github.com/tschaub/gh-pages) to publish resul - `src/App.js` for the main React component - `src/main.test.js` for the JavaScript integration tests of smart contract - `src/App.test.js` for the main React component tests + +### Troubleshooting + +On Windows, if you're seeing an error containing `EPERM` it may be related to spaces in your path. Please see [this issue](https://github.com/zkat/npx/issues/209) for more details. diff --git a/blank_rust_project/README.md b/blank_rust_project/README.md index f12784ade..d0f8ca3ab 100755 --- a/blank_rust_project/README.md +++ b/blank_rust_project/README.md @@ -92,3 +92,7 @@ NOTE: This uses [gh-pages](https://github.com/tschaub/gh-pages) to publish resul - `src/index.html` for the front-end HTML - `src/main.js` for the JavaScript front-end code and how to integrate contracts - `src/main.test.js` for the JavaScript integration tests of smart contract + +### Troubleshooting + +On Windows, if you're seeing an error containing `EPERM` it may be related to spaces in your path. Please see [this issue](https://github.com/zkat/npx/issues/209) for more details. diff --git a/blank_rust_react_project/README.md b/blank_rust_react_project/README.md index a33251051..dea27c065 100644 --- a/blank_rust_react_project/README.md +++ b/blank_rust_react_project/README.md @@ -94,3 +94,7 @@ NOTE: This uses [gh-pages](https://github.com/tschaub/gh-pages) to publish resul - `src/App.js` for the main React component - `src/main.test.js` for the JavaScript integration tests of smart contract - `src/App.test.js` for the main React component tests + +### Troubleshooting + +On Windows, if you're seeing an error containing `EPERM` it may be related to spaces in your path. Please see [this issue](https://github.com/zkat/npx/issues/209) for more details.