I'm giving a try with [react-native-crypto][1] in order to learn how to convert nodejs to be used in React Native project in the future. Unfortunately, I couldn
I'm working on a React component library and I'm trying to figure out what would be the best way to make it configurable. I'd want to achieve something similar
skipped test When pressing debug on the test it just skips it. It works for other tests in different repositories that I have, but for this specific one it does
I am trying to setup a simple node app in docker. The app needs to install npm package ibm_db. In that installation of ibm_db, node-gyp wants to download header
I installed a npm package from a local directory. The package installed and is present in the node_modules directory. But when I access the package it’s s
When I try to npm install or npm install, I see "Cannot read properties of null (reading 'edgesOut')" and I have package.json I add screenshots, please help me,
I am dealing with an unexpected change at the npm start which it makes the server of Angular very slow. During npm start it is coming Generating browser applcia
So , when I'm trying to create a new Next.js app using npx create-next-app@latest todo-app command , I get this following error while It's being installed : "e
This is a React web app. When I run npm start This error occurred > [email protected] start > react-scripts start node:internal/modules/cjs/loader:488
node.js version: 16.14.0 yarn version: 3.1.1 macOS: 11.6.4 (Big Sur) I set up and continue to work on a yarn workspace project. I committed all files including
I need to use require() in my file so I can use 'readline', but I also need to use import so I can use a module. But when I use require inside of my module it s
when I run : ng add @ngneat/tailwind I got this error: An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID !!!!!! VSCode. An
In our project we have the custom console object which is used as a logger. So we need to replace the default console. For this purpose we decided to use the vm
I am working on Botpress chatbot. I need to send an email with a current user chat history. I have no idea how to achieve this. Version using: Botpress V12.2.0
I've tried to run npm install and faced these issues below I've tried to clear cache with force command, install git and update node but nothing worked here i
i am working on a nodejs app where i have to maintain an api token for 24hr and then refersh it, currently i am writing that token on json file in every update
I've got an ApolloServer project that's giving me trouble, so I thought I might update it and ran into issues when using the latest Babel. My "index.js" is: req
When using CommonJS modules in Node, you can detect whether a script is being run from the command line using require.main === module. What is an equivalent wa
My Problem I have installed fnm (Fast Node Manager) from this github repo and it works all great except for installing global npm packages. For example, the wel
I am currently working on an update to a package, which other programs use as a dependency. I'm curious what the correct term is for those dependency-consuming