Questions tagged as 'npm'

0
answers

Error with gulp-uncss: This application failed to start because it could not find or load the Qt platform plugin "xcb"

When trying to run task uncss , an error occurs with the message:    This application failed to start because it could not find or load the    Qt platform plugin "xcb".   Available platform plugins are: phantom. gulp.task('uncss', fu...
asked by 28.01.2018 / 17:19
1
answer

Electron - TypeError var.on is not a function

Following the standard primary structure templates offered by the Electron documentation ( link ), I encountered errors as the development of an application. Displaying the required information, the message that appeared was: App threw an err...
asked by 23.01.2018 / 09:07
1
answer

I can not use Hosting on Firebase

When I try to make the hosting using the "firebase init" and then I choose the project and the host, I apply the "firebase deploy" but when I open the link this screen appears: What should I do?     
asked by 12.01.2018 / 16:55
1
answer

Angular Installation CLI stands still

When I use the command install -g @ angular/cli NodeJS starts to load all the dependencies of the Angular, but when it starts downloading the file [email protected] it stops and does not load anymore and also does not generate errors....
asked by 15.12.2017 / 00:10
2
answers

Ionic 3 - Error generating build --prod

I'm not wanting to generate the --prod version using the "npm run build --prod" command. (I did a script that says "npm run prod" stands for "npm run build --prod", is in my package.json) Full project link package.json link ioni...
asked by 07.12.2017 / 04:10
0
answers

error "bash: apidoc comand not found"

Hello I installed the apidoc by npm using npm install apidoc -g npm install then: -bash: apidoc -i . -o doc/ -bash: apidoc: comand not found Does anyone know why?     
asked by 24.11.2017 / 16:28
1
answer

How to install pull request package?

I'm trying to install a package npm ng2-table , but with a pull request that is not yet merge in master . Home Is there any way I can add this pull request to my package.json , so that it installs this commit rather than the master...
asked by 09.11.2017 / 20:00
0
answers

Create a package from another

I installed a package of npm, but it offered almost everything I needed, but still, I had to make some customizations. The problem is that since I work with a team and we have all the issue of versioning and the need to update the packages of np...
asked by 26.10.2017 / 21:58
1
answer

Error while running the "npm run prod" command in Git Bash to give Build in an Ionic 2 project

I'm having a project ready for publishing, which was created with Ionic 2 using the Google Firebase API, but when I try to build the project for production, with the following command in Git Bash: "npm run prod" is displayed an error I could not...
asked by 20.10.2017 / 20:32
1
answer

How to work with flat and minified files?

When writing a .html , .css or .js file, we use its flat form, but when playing in production we prefer to use Minimal files, usually named .min.css , .min.js ... The question that brings me here is: in my development environment I us...
asked by 20.11.2017 / 22:14