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

Partial Application without Bind ERROR #201

Open
xaca opened this issue Jul 4, 2019 · 2 comments
Open

Partial Application without Bind ERROR #201

xaca opened this issue Jul 4, 2019 · 2 comments

Comments

@xaca
Copy link

xaca commented Jul 4, 2019

Hello, i'm stuck in exercise 9, i got an error ⚠️ , could you please help. thank you!

functional-javascript run logger.js
fs.js:114
throw err;
^

Error: ENOENT: no such file or directory, open 'local_path\AppData\Local\Temp;C:\Program Files\Java\jdk1.8.0_111\bin\solution.js.input.json'
at Object.openSync (fs.js:438:3)
at Object.writeFileSync (fs.js:1189:35)
at Exercise.setupWrapperModule (local_path\AppData\Roaming\npm\node_modules\functional-javascript-workshop\exercises\runner.js:51:12)
at next (local_path\AppData\Roaming\npm\node_modules\functional-javascript-workshop\node_modules\workshopper-exercise\exercise.js:145:15)
at local_path\AppData\Roaming\npm\node_modules\functional-javascript-workshop\node_modules\workshopper-exercise\exercise.js:149:7
at process._tickCallback (internal/process/next_tick.js:61:11)

@timoxley
Copy link
Owner

timoxley commented Jul 9, 2019

I don't know but it's definitely very strange that it's trying to write to local_path\AppData\Local\Temp;C:\Program Files\Java\jdk1.8.0_111\bin\

I think maybe you have some weirdness configured in your environment regarding the temp directory?

@xaca
Copy link
Author

xaca commented Jul 9, 2019

@timoxley Thank you for your help. I try in another computer and works fine. I don't know what happend, because works fine until excercise 9. I have to review path variables. 🤓

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