-
# Environment
Knex version: 2.2.0
Database + version: MySQL 8.0.27-0ubuntu0.20.04.1 - (Ubuntu), connector mysql v2.18.1
ts-node: 10.9.1
node: 14.20.0 (tried also with v16)
OS: WSL2 (Ubuntu)
…
-
# This is a (Bug Report / Feature Proposal)
## Description
When I set includeModules to false, importing modules like "crypto" or "aws-sdk" causes module import errors when deployed on Node.js…
-
### Search Terms
If I try to run the script src/index.ts, it results in this error
```
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/chen/development/relatrack-ba…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
**Environment Information**
- OS [ Mac, 11.2.3 (20D91), M1 chipset]:
- Node Version [e.g. v16.8.0]:
- NPM Version [e.g. 7.21.0]:
- node-rdkafka version [latest default]:
**Steps to Repro…
-
**Sails default controller method is good for working. But my question is: why sails didn't check the attributes user custom default value.**
**"dependencies": {
"async": "2.1.4",
"autopr…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
* Related Issues: _#IssueNumber if necessary_
## Introduction
I did a `yarn add knex`, followed by `yarn add bookshelf`, and got this warning message:
```
bookshelf@1.2.0" has incorrect peer d…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
### Describe the bug
Issues experienced while running unit tests in our …
-
I'm using `master` branch and I tried to use Docker. But the `build` step is failing with this error:
```
Killed
The command '/bin/sh -c npm install' returned a non-zero code: 137
```
**Edit:** I…