Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
56 views

Executing the npm audit. It will be enough to show just last three issues - all of them has "fix available via `npm audit fix" message: tar <6.2.1 Severity: moderate Denial of service ...
0 votes
2 answers
6k views

I know that I can run the node.js app just as well without using npm init and moving straight to installation but as a good practice, if I forget to run npm init initially, what can I do improve my ...
9 votes
1 answer
14k views

I have installed node.js in windows 64bit and i run into this when runnig gulp on local project. another note: npm install went good with packages.json Error: Cannot find module 'lodash.assign' ...
Tooling
0 votes
1 replies
35 views

For context: I have 2 projects of next.js and go respectively, previously I had a logic to compress some data in next.js backend (getServerSideProps) then send this data to next.js client side and ...
2 votes
3 answers
5k views

My BSP is Yocto Project 3.4 (Honister). Nodejs is v16.11.1, and npm is v8.0.0. I refer Yocto Project Development Tasks Manual 3.22.7. Creating Node Package Manager (NPM) Packages, but when I "...
114 votes
12 answers
83k views

I'd like to use the distribution Node.js packages (or the chris-lea ppa for more recent releases) but install NPM to my home directory. This may seem picky, but it's a pretty idiomatic way for ...
38 votes
6 answers
73k views

Before you flag it as duplicate, I have searched for the similar questions and none of them helped me. Currently this is what I have tried: Delete package-lock.json file. Delete node_modules. Run npm ...
62 votes
7 answers
99k views

I have a simple requirement: In my npm scripts package.json file I have the line: { "scripts": { "example": "some-lib --argument --domain \"https://tld.com\"" } } Now I want the "...
Advice
1 vote
3 replies
56 views

I have an Angular component in a private npm package using ng-packagr and hosted on AWS (CodeArtifact). The purpose of the component is to be a reactive form field that shows and hides errors based on ...
1 vote
2 answers
9k views

Here is the output on the console: floydpink@MBP mean-app (master) $ npm install npm ERR! Darwin 13.4.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.10.32 npm ERR! npm v2.0.0 ...
7 votes
5 answers
30k views

I am getting the follow error in npm. what does this mean please and how may I fix this error? npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix ...
0 votes
0 answers
45 views

I installed GridDB 5.7 and am trying to use the Node.js client to create a store object. My code is: Input: const griddb = require('griddb-node'); const factory = griddb.StoreFactory.createStore({ ...
1 vote
2 answers
9k views

When I run the ionic build android command, I get the following error: WARN: ionic.project has been renamed to ionic.config.json, please rename it. Uh oh! Looks like you're missing a module in your ...
503 votes
52 answers
1.5m views

I'm trying to learn react, so I have this sample code for the full-stack react voting app, and I am trying to get it to work but after running npm install followed by npm start I receive the following ...
3 votes
0 answers
43 views

My understanding is that: There are certain npm packages that are intended only for use on certain operating systems. For example fsevents is only for macOS - it's for listening to file changes in a ...
0 votes
1 answer
3k views

When i run npm audit on my react project i get the following long list of issues. # npm audit report postcss 7.0.0 - 8.2.9 Severity: moderate Regular Expression Denial of Service - https://npmjs.com/...
6 votes
2 answers
17k views

I am facing issue when I am trying to run tslint from Angular Cli. > ng lint Error Failed to load E:\Projects\lsp-ui\node_modules\ng2-slimscroll\tslint.json: Could not find custom rule directory: ...
2 votes
0 answers
67 views

I've Node v24 installed in my Windows VDI. When running command npm i it gives the following error: PS C:\Users\RAY\Dashboard\frontend> npm i npm error code ENOENT npm error syscall mkdir npm error ...
5 votes
4 answers
2k views

I have a Laravel 9 app. I am trying to get select2 to work however, when I do npm run build I get the error: RollupError: "default" is not exported by "node_modules/select2/dist/js/...
2 votes
2 answers
83 views

I'm working through the faust.js documentation to create a headless WordPress site with Next.js. I can't get past step two: https://faustjs.org/docs/tutorial/learn-faust/#2-set-up-headless-wordpress-...
2 votes
0 answers
187 views

So I'm new to Typescript,Javascript and the NPM eco-system. I'm creating a dapp for a client and I'm stuck with an issue that only produces when I try to use some npm packages within browser but not ...
3 votes
2 answers
13k views

I am new to Angular and Node. I am trying to execute an project created using Angular, Neo4j. At first, I tried to run it as it is. However, i am givem the following error after opening the browser: ...
5 votes
3 answers
10k views

I am trying to install some Grunt plugins like grunt-contrib-clean and grunt-contrib-watch using npm install grunt-contrib-clean --save-dev and npm install grunt-contrib-watch --save-dev I got these ...
3 votes
2 answers
3k views

I want to remove a package reinstalled with npx. I tried removing the package from where it's installed (C:\Users\vince\AppData\Roaming\npm) by deleting manually the ps1, bat and the package folder ...
0 votes
2 answers
9k views

this error happens to me when I want to do the npm install and it is canceled in the middle of the process, It should be noted that this did not happen before. I already applied many of the ...

1
2 3 4 5
1000