abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

Cannot open load file: nodejs-repl #4

Closed stiofand closed 8 years ago

stiofand commented 10 years ago

Installing package and updating .emacs file gives this error on reload / load:

Node installed and working fine outside emacs. Have tried almost every possible solution to ger nodejs repl working on emacs, all throw errors after adding the require and logic in .emacs file.

Running on MacBookPro with Mavericks

abicky commented 10 years ago

Make sure that you put nodejs-repl.el in a directory in your load-path.

stiofand commented 10 years ago

Of course, its one of the first things I checked. Generally Emacs doesn't seem to play well with Mavericks. I'll stick to sublime. The NodeJS build works a treat.

-----Original Message----- From: "Takeshi Arabiki" notifications@github.com Sent: ‎7.‎7.‎2014 23:33 To: "abicky/nodejs-repl.el" nodejs-repl.el@noreply.github.com Cc: "Stephen Matthew Davies" stevematdavies@gmail.com Subject: Re: [nodejs-repl.el] Cannot open load file: nodejs-repl (#4)

Make sure that you put nodejs-repl.el in a directory in your load-path. — Reply to this email directly or view it on GitHub.

abicky commented 8 years ago

This issue is not reproducible.