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

can't compile tags on Windows #30

Closed
yiida-dev opened this issue Dec 29, 2017 · 5 comments
Closed

can't compile tags on Windows #30

yiida-dev opened this issue Dec 29, 2017 · 5 comments

Comments

@yiida-dev
Copy link

helpers.find(extRegex, from) always returns an empty array because TEMP_FILE_NAME.test(f) never match on Windows.

@GianlucaGuarini
Copy link
Member

could you please write the command you are using and the node version?

@yiida-dev
Copy link
Author

command on Git Bash:

$ riot ./tags www/scripts/tags.js

as npm scripts(npm run <npm-command>).
The command completes with no errors, but www/scripts/tags.js is empty.

I updated riot 3.7.4 to 3.8.1 and the command was not work.

node version: v6.11.4
npm version: 5.5.1
Windows 10

@GianlucaGuarini
Copy link
Member

could you try also with the normal Window console? Does it work?

@GianlucaGuarini
Copy link
Member

ok the issue is on Windows in any console. I am investigating the issue

@GianlucaGuarini
Copy link
Member

Fixed in v4.0.1 thanks for reporting it

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