Questions tagged as 'npm'

1
answer

npm ERR! missing script: start

I'm having this error while trying to start a vue-cli. The installation ran smoothly: villas:vue villas$ npm start npm ERR! missing script: start npm ERR! A complete log of this run can be found in: npm ERR! /Users/villas/.npm/_logs/2017-...
asked by 25.08.2017 / 02:47
0
answers

Help with installing Ionic Cordova via Terminal - Mac!

I'm trying to install Ionic to develop a mobile app and I'm following a step-by-step guide to the site: Tableless , but in the part where it is requested to execute the command npm install -g ionic cordova , the packages begin to be insta...
asked by 30.06.2017 / 18:40
0
answers

Laravel puts argument in source? How can I take it?

<pre>fonts/vendor/materialize-css/dist/roboto/Roboto-Medium.woff2?1561b424aaef2f704bbd89155b3ce514 65.4 kB [emitted] fonts/vendor/materialize-css/dist/roboto/Roboto-Thin.woff2?1f35e6a11d27d2e10d28946d42332dc5...
asked by 29.06.2017 / 22:52
1
answer

requesting all the main files of node_modules

I have installed some dependencies with NPM , these dependencies are basic, like bootstrap, animatecss and others ... Anyway, I'd like to know how I can call these dependencies in a simple way. since I'm using this type of call: impor...
asked by 04.07.2017 / 03:26
1
answer

Error running npm start

I installed Node.js following the instructions of the ionic site, the installation occurred normally but when I try to give the command "npm start" I get this error, it tells me that npm is not finding a directory or a file , and some errors in...
asked by 04.07.2017 / 23:12
0
answers

Error while doing npm install in my ionic project

When I give the command npm install in the project it shows me this error, what can be? bash-3.2$ npm install npm ERR! code ETARGET npm ERR! notarget No compatible version found: @angular/[email protected] npm ERR! notarget Valid install ta...
asked by 22.05.2017 / 15:05
0
answers

Unknown gulp error

I added the file mixins.sass to my project and when I went to look at the terminal, it presented the following error:    events.js: 160 er; // Unhandled 'error' event    Error: sass \ molecules \ mixins.sass    Error: no mixin named...
asked by 22.05.2017 / 22:06
0
answers

npm | Installation dependencies failed

My system: - Windows 10 - Bash on Ubuntu on Windows I'm new to using bash. I installed nodejs , followed by npm and finally grunt . It worked fine. I used grunt with no problem, but I started having problems usin...
asked by 10.05.2017 / 17:57
1
answer

How to install version 6.10.3 of the nodejs without being through the terminal

How do I install the 6.10.3 version of nodejs in ubuntu? When I install them from the terminal (sudo apt-get update sudo apt-get install nodejs) it always installs version 4.7.2. Is there another way to install other than the terminal? thankful...
asked by 09.05.2017 / 19:40
0
answers

Error in 'grunt build'

I'm not fully understanding the reason for this error and how to solve it. npm ERR! Linux 3.13.0-116-generic npm ERR! argv "/home/fmessias/.nvm/versions/node/v7.9.0/bin/node" "/home/fmessias/.nvm/versions/node/v7.9.0/bin/npm" "run" "build" np...
asked by 20.04.2017 / 20:04