Top "Node-modules" questions

Node.

Babel compile error: Cannot find module core-js/library/fn/get-iterator

This is my directory structure: ├───demo │ ├───entry │ │ ├───index.js │ │ ├───tap.js │ │ └───util.js │ ├───node_modules │ ├───index.html │ ├───package.json │ └───webpack.…

javascript node.js babeljs node-modules
How to update package-lock.json without doing npm install?

Question Is it a way to update/generate package-lock.json without making real install of node_modules (like npm i)? …

node.js npm frontend node-modules yarnpkg
how does createConnection work with nodeJS in mysql?

What does createConnection do? var connection = mysql.createConnection({ host : 'example.org', user : 'bob', password : 'secret' }); I'm writing an application in …

node.js node-modules node-mysql
Twilio React Native - Unable to resolve module crypto

I'm working on implementing the twilio package into my react-native project and when I require it in my file the …

react-native twilio node-modules
Auto generate index.d.ts, type definitions, from a typescript module

If I have a TypeScript module saved as my-function.ts as follows : export function myFunction (param: number): number { return param } …

javascript node.js typescript node-modules type-definition
node: could not initialize ICU (check NODE_ICU_DATA or --icu-data-dir parameters)

I was trying to upgrade node version on our CI environment from node 6 to node 8. I updated the full-icu version …

node.js node-modules icu
configuring requirejs reading from node_modules

I'm trying to setup a nodejs project to use requirejs. I call my program with node r.js ./config/main.…

javascript node.js coffeescript requirejs node-modules
How to properly include a library from node_modules into your project?

the question can maybe be stupid but did not find the answer till now. I'm trying to include a library …

laravel npm assets node-modules selectize.js
node.js: Accessing local variables from another module

My Problem I'm writing a node module called a, which require()s a module b (written by a stranger). Unfortunately, …

javascript node.js serverside-javascript node-modules
'glog/logging.h' file not found

some time ago, every time I start a new project of react-native or when I install the modules I present …

react-native node-modules