We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this:
cd /tmp git clone https://github.com/mechio/takana-chrome/ --recursive cd takana-chrome npm install --save-dev webpack --watch
It starts to watch, but also throws an error:
Hash: 8297ab49d65c475cdf23 Version: webpack 1.4.13 Time: 109ms Asset Size Chunks Chunk Names eventPage.js 47699 0 [emitted] eventPage [0] ./src/eventPage.js 2162 {0} [built] [1] ./src/takanaClient.js 131 {0} [built] [1 error] + 6 hidden modules ERROR in ./src/takanaClient.js Module not found: Error: Cannot resolve module 'takana-client' in /tmp/takana-chrome/src @ ./src/takanaClient.js 1:11-41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried this:
It starts to watch, but also throws an error:
The text was updated successfully, but these errors were encountered: