You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am on a company system without root permissions to run VScode, so all custom software package installs usually have to run out of my user directory. I have user level version of nodejs, npm, and node-sqlite3 installed in my user folder, but the SQLite driver seems to not recognize my sqlite3 package and tries to install sqlite3 via my system default npm which I dont have permission to use. How do I get the SQLite driver it recognize my user level version of npm that has a globally installed version of sqlite3?
I verified that the SQLTools log is using my specified nodejs executable and show it at "v20.9.0", but it just cant seem to find the npm package.
IMPORTANT NOTE:
I installed nodejs and npm with the conda package manager which changes linux env variables depending on which conda env is active. When running the SQLtools extension, I DO NOT have my nodejs conda env active, thus if SQLtools scans npm, it will probably be scanning my system level npm and not my user level npm. If that is the case, is there a way to hardcode the sqlite3 package path for this extension?
The text was updated successfully, but these errors were encountered:
Describe the bug
I am on a company system without root permissions to run VScode, so all custom software package installs usually have to run out of my user directory. I have user level version of nodejs, npm, and node-sqlite3 installed in my user folder, but the SQLite driver seems to not recognize my sqlite3 package and tries to install sqlite3 via my system default npm which I dont have permission to use. How do I get the SQLite driver it recognize my user level version of npm that has a globally installed version of sqlite3?
I verified that the SQLTools log is using my specified nodejs executable and show it at "v20.9.0", but it just cant seem to find the npm package.
IMPORTANT NOTE:
I installed nodejs and npm with the conda package manager which changes linux env variables depending on which conda env is active. When running the SQLtools extension, I DO NOT have my nodejs conda env active, thus if SQLtools scans npm, it will probably be scanning my system level npm and not my user level npm. If that is the case, is there a way to hardcode the sqlite3 package path for this extension?
The text was updated successfully, but these errors were encountered: