npm Questions

8

Solved

I'm trying to create a JupyterLab extension, it uses typescript. I've successfully added the package "@types/node" allowing me to use packages such as 'require('http')'. But as soon as I ...
Widmer asked 31/1, 2019 at 11:20

5

Solved

Recently I found that aws-sdk NPM module is preinstalled in AWS Lambda nodejs8.10. And I can't find any information in the internet about it. Which other node.js modules are pre-installed in AWS L...
Micrometry asked 30/11, 2018 at 23:55

24

Solved

Can somebody help me on this? i am getting following error: Angular & Node version Installed Angular CLI: 12.0.1 Node: 14.16.0 Package Manager: npm 7.11.2 OS: win32 x64 D:\Learning\Angular>...
Aphorize asked 23/5, 2021 at 8:12

6

I'm playing around with MVC6 + Aurelia project in Visual Studio 2015 CTP6, and came across something interesting. My node_modules is by default in the project root and everything works fine. Howev...
Alecto asked 31/3, 2015 at 13:30

8

I have two modules - my main project and a component library - where I want to link the lib to the main project. Both is working with webpack and react. So I did: In comp-lib dir: npm link In...
Irreformable asked 13/6, 2017 at 8:14

3

Solved

You have a npm package that was packed into a tgz tarball. This, apparently, is done with npm pack. However, how can you unpack it? There's no such thing as npm unpack.
Pigment asked 11/4, 2018 at 6:3

15

I'm trying to install express-graphql but getting this error. Please, help! npm install --save express-graphql npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! ...
Elaelaborate asked 4/1, 2022 at 6:40

17

I'm suddenly having a problem with "npm start" in my React application. When I trigger it, this is what I receive: npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /mnt/c/Users/pa...
Fluky asked 20/2, 2020 at 11:46

17

Solved

I just upgraded to node version 9.0.0 and am now getting this error in the command line when trying to use npm install npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'internal/util/typ...
Spaceband asked 2/11, 2017 at 19:39

3

Solved

I am currently developing a UI Library using React, Tailwind, HeadlessUI and Storybook. Once I finished the components, and made sure that they worked in Storybook and on a react dev server, I buil...
Curvet asked 28/7, 2022 at 12:44

2

Solved

I am new to React Native and have seen several blog posts/tutorials use react-native install or npm install for the dependencies. What is the difference and what are the advantages/disadvantages be...
Euphemize asked 14/3, 2017 at 7:33

4

Solved

I was installing the packages on a NodeJS backend. Then I run into an error which was the following: gyp.js" rebuild gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable...
Zacarias asked 24/8, 2018 at 9:46

19

Solved

My Node version is 10.15.0 and NPM version is 6.8.4 On running npm install after upgrading npm to 14.16.0 and npm to 7.6.2 Getting this error - npm ERR! code E401 npm ERR! Incorrect or missing pass...
Holmquist asked 15/4, 2021 at 19:6

0

Context After installing bcrypt, I received several warnings about deprecated packages, but the first one is especially troubling: $ npm install bcrypt npm WARN deprecated [email protected]: T...
Freitas asked 26/5 at 15:36

6

Solved

I have react native project that I worked on my laptop. when I transfer the project to my pc and run yarn install (I installed the some modules using yarn and some using npm) I get An unexpected...
Cwmbran asked 19/3, 2018 at 19:42

0

My project depends on Node v10.24 and npm v6.9 as it's a very old project. I installed node v10.24 and when I run node -v it's returning 10.24 which is expected Now when I want to verify npm versio...
Excellence asked 24/5 at 6:57

10

I'm using [email protected] on Mac High Sierra. I want to run tests that were setup in this Stratum client project. I have run npm install successfully. But when I try and run individual tests...
Ninnyhammer asked 18/2, 2018 at 23:2

3

Solved

I found only this thread when an user ask similar question but without answer. ( https://github.com/npm/npm-registry-couchapp/issues/17 ) I know two sites that are repositories of NPM packages: ...
Rothenberg asked 24/4, 2015 at 13:1

2

I'm struggling with a WebPack error that occur when I use my custom library hosted as a package and streamed with NPM Link. Meanwhile, the production version works perfectly Here is my scripts &quo...
Sleuth asked 31/8, 2021 at 8:51

2

Solved

I have read all of the articles here at stack overflow and about 200 more from google searches and i, for the life of me, can't get my head around process.env. No matter what i do it's always an em...
Rompish asked 20/12, 2016 at 18:0

10

Whenever I run my code I always get the same error. I uninstall node and npm and reinstall. But now there is no "node_modules" and I get the same error. How can I fix it? npm ERR! code 1 ...
Werra asked 24/3, 2022 at 8:19

14

Hi I'm unable to connect to SQL server that is using windows authentication in node js. I'm using the mssql module. The error message is : [ConnectionError: Login failed for user ''. The user is n...
Cowpuncher asked 14/11, 2015 at 15:10

12

Solved

There comes an error when installing ng-bootstrap to my Angular-CLI(11.0.4). When ng add @ng-bootstrap/ng-bootstrap And my log file [error] Error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable ...
Nagoya asked 2/2, 2021 at 16:58

6

Solved

When ever I try to execute npm start, this is what happens. I think there is some issue with powershell and not with npm because npm starts the development server. BTW I created basic react app usi...
Endodontics asked 7/7, 2021 at 9:44

1

what is the best strategy to make node server not crash on uncaught exceptions? I have a web application in node. Whenever some uncaught error happens , server fails completely.we have to go to pro...
Defector asked 24/3, 2017 at 20:40

© 2022 - 2024 — McMap. All rights reserved.