Questions tagged as 'npm'

0
answers

How to resolve the "ENOENT: no such file or directory, open" error in NodeJS

Hello. I have a hard problem solving when trying to run an Ionic project, when I run the npm install command it shows the errors below: npm WARN tar ENOENT: no such file or directory, open ' C:\Users\...\...\node_modules\.staging\rxjs-...
asked by 30.04.2018 / 19:03
2
answers

How to change the version of the cord in ionic?

I need to change the cord version of an ionic design I'm testing, is that possible? If so, how can I do this? I currently have this version: But I would like to switch to version 7.0. Which npm command do I use?     
asked by 19.04.2018 / 13:36
0
answers

Error executing "npm run dv"

npm run dev    @ dev / var / www / UpEvent   node_modules / cross-env / bin / cross-env.js NODE_ENV = development node_modules / webpack / bin / webpack.js --progress --hide-modules --config = node_modules / laravel-mix / setup / webpack.confi...
asked by 17.04.2018 / 16:03
0
answers

Error running npm run from

Running npm run dev appears to me PS C:\Programacao\Site\s2beautysite> npm run dev [email protected] dev C:\Programacao\Site\s2beautysite cross-env NODE_ENV=development webpack-dev-server --open --inline --hot http://localhost:808...
asked by 16.04.2018 / 00:02
0
answers

npm ERR! peer dep missing: pdfjs-dist@^1.6.0, required by [email protected]

I'm having problems installing packages, I imagine it's some folder I accidentally deleted or some uninstalled package, so I went to list the packages using npm ls and some mistakes, can someone tell me what it can be?     
asked by 13.03.2018 / 21:49
0
answers

API Requests with Ionic 3

I have a method in an Ionic 3 (local) application consuming features of an external API, using the following method: post(resource, body): Observable<any> { return this.http .post<Observable<any>>('${this.apiUrl}$...
asked by 08.03.2018 / 21:44
0
answers

Problems Installing NPM Packages

I was installing the electron-builder dependency, but I can not complete the installation. Whenever I try to run the command to install this dependency, nodeJs returns this error: I am running the command in administrator mode and s...
asked by 22.03.2018 / 15:33
0
answers

How to edit cells from an excel file from the npm xlsx library

I'm exporting some json files to excel, and it's working perfectly, however I wanted the document to already be styled with font color, bold in the header, the link to documentation is: link , I do not know if I am very inexperienced but with t...
asked by 05.03.2018 / 15:54
0
answers

How to resolve the MSBUILD error: error MSB3428 of node.js

I am trying to install a package located in the directory that I am with the command npm install of node.js, but after installing some of the packages I get the error:    npm install error - MSB3428: Could not load the Visual C ++ comp...
asked by 01.02.2018 / 17:05
0
answers

How to customize the Yarn package folder structure?

With Bower recommending migrating pro Yarn as an alternative to front-end dependency management, I decided to abandon it and study more about the Yarn . And yes, the news on the recommendation is old, but I just learned recently. The po...
asked by 31.01.2018 / 15:44