-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem running npm install #1
Comments
Same exact error I had. Successfully installed Extension XVBA - Live Server VBA v4.0.20 Successfully ran < npm i @localsmart/xvba-cli@latest --save-dev > in command line. However, this did not cause XVBA to show snippets so I am using my own custom snippets. |
I can't even get this line to run properly:
Pretty sure this repo needs a package.json file. Would really love to use this extension. It seems like a great developer experience improvement. |
vba autocomplete doesn't seem to work in his project because he doesn't have code in the ".vscode" folder. Its in other folders and I'm not sure exactly how it's supposed to import. So the solution is to write your own custom code snippets for your vba project and save it in the ".vscode" folder of the project. |
Hi dear friend!
I am trying to use your package to enable vba auto complete inside VS Code.
I've already installed xvba package from vs code store, but when I'm trying to run "npm install" inside project folder the following error is raised:
How could I solve this?
Best regards
The text was updated successfully, but these errors were encountered: