oz compile error: The filename, directory name, or volume label syntax is incorrect. #6
Description
I'm using Windows 10.
I get the following output with errors after npm run start
:
Compiled with warnings.
./src/components/Header/index.js
Line 3: 'logo' is defined but never used no-unused-vars
./src/components/Footer/index.js
Line 5: 'pencil' is defined but never used no-unused-vars
../contracts/Counter.sol
Error: Command failed: 'C:\Users-\Documents\Projects\openzeppelin-starter-kit-tutorial\node_modules.bin\oz' compile
The filename, directory name, or volume label syntax is incorrect.
../contracts/Wallet.sol
Error: Command failed: 'C:\Users-\Documents\Projects\openzeppelin-starter-kit-tutorial\node_modules.bin\oz' compile
The filename, directory name, or volume label syntax is incorrect.
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.