From How to Write a PowerShell Module Manifest I learned that I can export all the variables in the module using VariablesToExport = '*'. However, after using i
I'm getting this error and am not sure firstly why it appears and secondly how to resolve. the error message: Compiled with problems:X ERROR in ./node_modu
I've tried several of the other suggestions/answers on this exact topic. I used Spyder-kernel 2.0.5 with Spyder 5.0.5 with Python 3.9.6. The env activation proc
Hi I have been trying to setup YouCompleteMe in vim but it don't work. I am using vim-plug. I tried around 3 different YouCompleteMe repositories but i always g
As I'm creating MERN stack login-system with bcyrpt implemented, I have done 'npm install' and 'npm install bcrpyt --save' in my root folder for server to work.
I have a function and the fully qualified name is -> pyserv.asynch.service.modules.get_result() It is possible that pyserv or other module, say services or m
I'm using esm which is a very useful package to support ES import keywords. According to the doc, in REPL, it can use preload command-line option to initialize
Working through an assignment, and have tried multiple changes to both the Class and the Module but I still am getting an error, "TypeError: Artist() takes no a
Subgraph query returns results to console, but my javascript module can't access any values from it, returning an error: TypeError: Cannot read properties of un
Using js librairies, I struggle with the fact that require and import are not suitable together. When I write "type": "module" in the package.json, then import
I'am creating a microservice in NestJS. Now I want to use RabbitMQ to send messages to another service. My question is: is it possible to import the RabbitmqMod
I'am creating a microservice in NestJS. Now I want to use RabbitMQ to send messages to another service. My question is: is it possible to import the RabbitmqMod
I'm creating a Nginx file server, and I'm trying to enable the fancy-index module to get have custom header and footer, but I can't get it working, the header/f
I have a flutter module project and I want to import it into another existing flutter project, how can I do this? I think this may not be possible since there w
I am trying to create executable file from Python script with os, tkiner, pandas and xlsxwriter packages. I used pyinstaller, but always get error that pandas i
So my project structure is the following: project/ src/ __init__.py utils.py model.py usage.py I now want to import functions f
I am trying to figure out if there is a way to automate VMware snapshot deletion through Ansible. I have found vmware_guest_powerstate.py"to be closest to it an
I'm trying to assign a module's attribute to a variable using exec inside a function. color is a str like: 'jet', 'seismic', 'nipy_spectral', or something else.
I want to parse sql file using python code and find any syntatical error present in the file. Is there any way to do it?
I am using Nuxt 2.15.7 in VS Code, using Node version 14.17.1 and the eslint extension. The problem I started seeing a red squiggly line under the 1st character