Skip to content
New issue

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

npm run build error #78

Open
pointer opened this issue Jan 29, 2021 · 1 comment
Open

npm run build error #78

pointer opened this issue Jan 29, 2021 · 1 comment

Comments

@pointer
Copy link

pointer commented Jan 29, 2021

Hi All,
When i npm run build or prepare, i get

[email protected] build C:_dev\fake-data-generator
node node_modules/.bin/rimraf dist/ && node_modules/.bin/babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./npm-debug.log --copy-files

C:_dev\fake-data-generator\node_modules.bin\rimraf:2
**basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^

SyntaxError: missing ) after argument list**
at wrapSafe (internal/modules/cjs/loader.js:1053:16)
at Module._compile (internal/modules/cjs/loader.js:1101:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47
Thanks in advance

@sgobotta
Copy link
Member

sgobotta commented Jul 8, 2021

Hello @pointer . Thanks for pointing this out. Looks like a problem with rimraf in Windows environments. I'll get around it somehow to make the build script a bit more "cross-environment" since other people had the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants