Category "npm"

PinoWarning: prettyPrint is deprecated, look at https://github.com/pinojs/pino-pretty for alternatives

I suddenly started getting following error in my nodejs project [PINODEP008] PinoWarning: prettyPrint is deprecated, look at https://github.com/pinojs/pino-pret

Yarn start run normally but browser not open

In the terminal: yarn start The response is: yarn run v1.22.18 $ react-scripts start Done in 0.15s. Nothing happens, no browser is opened Other projects in th

Yarn start run normally but browser not open

In the terminal: yarn start The response is: yarn run v1.22.18 $ react-scripts start Done in 0.15s. Nothing happens, no browser is opened Other projects in th

PinoWarning: prettyPrint is deprecated, look at https://github.com/pinojs/pino-pretty for alternatives

I suddenly started getting following error in my nodejs project [PINODEP008] PinoWarning: prettyPrint is deprecated, look at https://github.com/pinojs/pino-pret

Why am I getting an npm error while trying to install Parcel?

I'm trying to install Parcel but when I run the command npm install --save-dev parcel I get this error: npm ERR! code 1 npm ERR! path E:\\ javascript\\Resorce &

ERESOLVE Error when installing Angular Material

I'm currently creating a project with Angular 13, the Ionic CLI, and Angular Material. I have no problem adding @angular/material when I don't use Ionic, but us

Can't parse .mjs module from Iconify. Vue 3 cli using composition api and typescript

Update: Changing: if(data.aliases?.[name2] !== void 0) to: if(data.aliases != null && data.aliases[name2] !== void 0) in the iconify .mjs file fixes the

Angular ng build time shoot up?

I'm testing ng build --configuration production command: LOCAL PC: ng build time: 1'06'' Build time: 52'' Building time percentage: 78% INTEGRATION SERVER.

Cannot find module node_modules\chalk\source'. Please verify that the package.json has a valid "main" entry

I updated node, npm and expo-cli now I'm facing this issue every time i run "Npm start" Cannot find module 'C:\Users\xyz\projects\abc\node_modules\chalk\source'

truffle + npm exception

I am getting the following exception in Chrome console screen when I start my frontend app. Can you help me how to figure out the issue index.ts:261 Uncaught (i

How to use dependabot secrets in GitHub CI workflow

I have a NPM_AUTH_TOKEN secret which was originally stored in my actions secrets which doesn't seem to be accessible by dependabot when it automatically opens a

Encountered a sub-selection on the query, but the store doesn't have an object reference. angular

I'm getting this error when I try to make some gql query: I have tried to change the angular version, but I need to implement gql in this version. without upgr

npm err! code 1 in the vscode during installation for Angular

I'm trying to execute a code I have downloaded from the github in my machine. I have set the ambient for angular in the vscode and the issue npm ERR! code 1 is

`useTheme` must be used within `NativeBaseConfigProvider`

In my project I faced the above error can anyone tell me how to solve this error. The error I faced is: Error: useTheme must be used within NativeBaseConfigProv

npm ejs install error: 5 vulnerabilities (1 low, 4 critical)

I was trying to download EJS and i got this error: npm WARN deprecated [email protected]: Deprecated, use jstransformer npm WARN deprecated [email protected].

code ERESOLVE when running the command npm install

I'm new to ReactJS and tried to run a code in VS Code using npm install command and this error pops up: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resol

cargo build-bpf fails on ubuntu

rustc --version = rustc 1.60.0 (7737e0b5c 2022-04-04) solana --version = solana-cli 1.10.8 (src:623ac656; feat:1122441720) npm --version = 8.5.1 node --version

I get error when running npm start in vs code

(node:6852) [LRU_CACHE_OPTION_maxAge] DeprecationWarning: The maxAge option is deprecated. please use options.ttl instead (Use `node --trace-deprecation ...` to

I can't solve the dependency tree every time i try to install @craco/craco

Unable to solve dependency tree trying to install tailwind. This is my package.json: { "name": "front-end", "version": "0.1.0", "private": true, "devDep

EPERM: operation not permitted, stat 'C:\$Recycle.Bin\desktop.ini'

trying to build a react app with vite(npm run build) but this appears. cleaned cashe and reinstalled npm a couple times with vs code closedbut still doesnt work