Ali Aljabri
Ali Aljabri
> Did you select `build/` folder while loading the extension in Chrome browser? > See if you have followed [these steps](https://github.com/dutiyesh/chrome-extension-cli#npm-run-watch). Yes I did
If you are using windows you should use virtualenv then run the server 1 -first install it by using this commnd line in root project `pip install virtualenv` 2 -...
You directly typed npm install and this is the mistake, you should use `--legacy-peer-deps` to fix this error just type this command line `npm install --legacy-peer-deps react-tilt` or for all...