-
Notifications
You must be signed in to change notification settings - Fork 84
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
Problems when installing packages with yarn
#126
Comments
Hmmm that's not a very helpful error message :/ I just released version 1.0.4 -- could you try with that? I cloned |
Thanks for looking int to. I'm attaching the log file, after quitting, deleting the file, and starting VS Code again, so it's as small as I can make it. As I said earlier, it was working and suddenly stopped working. I assume there's something subtle and mysterious that I did to mess it up. My question is, what do I do to clear the cache or whatever so it works again? I really want this to work because the other reason extension gets hung up on my "syntax errors" much too often. P.S. I tried 1.0.4, didn't make any difference. But thanks for updating this great extension. |
Hmm @nlfiedler that error message means "we couldn't find the |
@jaredly I have figured it out. It was indeed the change I made earlier, and that was to switch from |
Just to be sure, I removed the build artifacts and |
ooh, thanks for figuring out the cause! |
yarn
I am using yarn with this plugin & never got any issue. @jaredly it seems the situation is better now. |
Using VS Code 1.26.1 and reason-vscode 1.0.3 on macOS. It keeps insisting that I run bsb. It was fine yesterday. Since then I installed yarn via Homebrew, and deleted the
package-lock.json
file. Out of pure superstition, I rannpm i
to get thepackage-lock.json
back, but that didn't help. So how do I clean this thing ("thing" being whatever needs cleaning) so it works again?The project in question is reductive, which has bsb 3.1.1 installed locally, if that matters. I happen to have bsb 4.0.5 installed globally via npm.
The last chunk of the
.lsp/debug.log
file:Thanks for this extension, it's been really nice so far.
The text was updated successfully, but these errors were encountered: