Questions tagged as 'npm'

0
answers

Errors when running npm test

Running npm test shows me the following errors: npm ERR! errno 1 npm ERR! [email protected] test-node: nyc mocha ./test/headless.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] test-node script. npm ERR! This is probab...
asked by 03.06.2018 / 06:59
1
answer

Compile apk using ionic 3

I'm trying to complil my app on ionic and it shows me this error. PS D:\Trabajo\Ionic\Proyecto\miProyecto> ionic cordova build --release android Running app-scripts build: --platform android --target cordova [15:03:39] build dev st...
asked by 31.05.2018 / 21:14
0
answers

How to implement npm jsonymize in a project?

Hello, I have tried to include this module in a project with the require statement, however I am new to this and I do not know how to make it work correctly.     
asked by 31.05.2018 / 20:31
1
answer

Duplicate node installation

Check in Ubuntu 18, I want to update to the latest version of node and npm, and then update angular cli. The issue is that I find 2 versions of pre-installed node. If I do a node -v, it pulls 6.11.14 and if I do sudo node -v (with sudo), it thro...
asked by 25.05.2018 / 02:45
0
answers

how do I fix this error: "Error [email protected] postinstall: 'node scripts / build.js'"?

I'm trying to create an application with ionic 3 and nodejs 10 and when executing the command ionic start nomproyecto blank. I have this message: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall:...
asked by 28.05.2018 / 01:03
0
answers

I have a problem creating an Angular Project

I am using Windows 7 (32 Bits), I have installed Node.js, NPM and the Cli of Angular. at the moment of creating a project through the command ng new ProjectNameAngular starts all right, but after downloading all the content shows a number of err...
asked by 13.05.2018 / 21:09
1
answer

ERROR when I start npm start

It turns out that I do everything as they say in every blog to start angular and I get this error.    fernando @ fernando-PCM10: ~ / Documents / Project raffle / other shop / quickstart $ npm start   > [email protected] prestart /...
asked by 30.04.2018 / 19:33
1
answer

How can I change the icon, the calendar and the selector?

Please how can I change the icons in these 2 tools? P-calendar, Datepicker <label fxFlex="20" class="date-picker_format"> <p-calendar [(ngModel)]="value" [showIcon]="true"></p-calendar> </label&g...
asked by 09.04.2018 / 18:16
1
answer

How can I change the icon, the calendar and the selector?

Please how can I change the icons in these 2 tools? P-calendar, Datepicker <label fxFlex="20" class="date-picker_format"> <p-calendar [(ngModel)]="value" [showIcon]="true"></p-calendar> </label&g...
asked by 09.04.2018 / 18:16
1
answer

Webpack ignores the webpack.config.js file

I'm following this tutorial to learn about Webpack ... The issue is that I configured the file as follows: module.exports = { entry: "./app/entry", mode: "development", module: { rules: [ { tes...
asked by 01.04.2018 / 20:56