-
Hi I try to use this tool at first time and get this error. What should i do for fixing it?
```bash
html2react ./zectStudioPages/index.html -o ./src/components …
-
Hi, I am trying to use ES6 generator syntax with function\* & yield, but I get the following error:
```
ERROR in ./src/index.tsx
Module build failed: SyntaxError: c:/code/test-app/src/index.tsx: Unex…
-
I'm already in Chapter 7 and still having this error when running gulp command.
```
➜ snapterest.dev gulp
[19:35:39] Using gulpfile /var/www/snapterest.dev/gulpfile.js
[19:35:39] Starting 'default'…
-
I am able to run:
```
yarn
```
Then yarn transforms `node_modules` and generates de `yarn.lock` file.
The only warnings reported are:
```
warning "react-komposer@1.13.1" has incorrect peer de…
-
I'm running the master branch, at commit https://github.com/sweet-js/sweet.js/commit/62a63cd09762f9ab9b3a89147d882344dad8d1f5 With the following code:
```
async function a() {
var x = await foo…
-
Hi,
Thank you for fixing the test error, it is ok now. but when i deobfuscate a js, it report a error.
`[root@izbp1a5bxfhn22fz3yercfz illuminatejs]# ./node_modules/@babel/cli/bin/babel…
-
If I run browserify, with some problematic code, I get this totally useful error message:
```
SyntaxError: /home/konsumer/Desktop/project/src/Game.js: Unexpected token (3:19)
1 | import raf from 'r…
-
It gives me a strange error as if it had conversion problems and converted the StringSource to an object.
``` js
const name = 'script.ts';
const source = 'export class Some { }';
const tsc = require(…
-
C:\Users\Hans\web\knockout\hans\tvguide-frontend> gulp
[17:25:19] Using gulpfile ~\web\knockout\hans\tvguide-frontend\gulpfile.js
[17:25:19] Starting 'html'...
[17:25:19] Starting 'js:babel'...
[17:25…
HansS updated
6 years ago
-
Hi, i need exlude a file from obfuscation because i receive error when this file is obfuscated.
How i can exclude files?
Error:
`error SyntaxError in src/overlay/index.tsx: Unexpected token (1:…
sinkz updated
4 years ago