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

Error in plugin history: // > Error: ENOENT: no such file or directory, #48

Open
mzvast opened this issue May 30, 2016 · 0 comments
Open

Comments

@mzvast
Copy link

mzvast commented May 30, 2016

Hey,
I'm using a 3rd-party plugin of sublime text 3 ,named "worksheet".
It can do inline evaluation code such as nodejs,etc.
By given the following params,it works(running on a js file located at D:\ drive on Windows10X64):
`{
"worksheet_languages": {

    "JavaScript (Babel)": {
        "cmd": "nesh -b ",
        "prompt": ["babel> ", "\\.\\.+ "],
        "ignore": ["^\\n"]
    }        
}

}`

However, everytime I run this evaluation,it will give me a warning that
Error in plugin history: // > Error: ENOENT: no such file or directory, open 'D:\Users\mzvast\.babel_history'
If I copy the js file to C:\ drive ,then everything is fine.
So,It seem the nesh not getting the process.env.HOME right.
Then,I set a symlink from C:\Users\mzvast.babel_history to D:\Users\mzvast.babel_history,everything is fine again.

But this is hacking,Not a solution.So anyone encountered this issue?Help me figure it out,thx~

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

1 participant