-
Notifications
You must be signed in to change notification settings - Fork 43
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
can't install in openSUSE-Leap-15.2+node:14 nor in ubuntu:18.04+node:14 #211
Comments
@types/mssql@7.1.0 includes this package in its dependency list and stopped working due to this bug. |
This is an issue with nodejs/node-gyp not being installed correctly. I'd recommend trying some of the fixes listed here and here. Based on this output and those threads, I'd recommend trying to install
Based on this output, it looks like you haven't installed the ODBC driver in the container, see these instructions from the README. |
Thanks. I've solved my problem by moving @types/mssql@7.1.0 to the devDependencies of my app, which prevents it from being installed in the container. |
so in my wsl host running openSUSE-Leap-15.2+node:14 I'm getting this:
and inside a docker running ubuntu:18.04+node:14 I'm getting this:
🤷♂
The text was updated successfully, but these errors were encountered: