Questions tagged as 'npm'

0
answers

I can not install oracledb on nodeJs 7 - w7 x64

I execute the command: npm install oracle/node-oracledb.git#v2.1.2 link: Official node-oracledb page And I receive the following messages: > [email protected] install C:\Users\sti\Documents\Softten\qusar-prueba-backup\node_modules\...
asked by 09.03.2018 / 19:36
0
answers

hello I am working with nodejs and npm, the moment to start npm start I get this error .. I hope you can help me ... regards

   npm ERR! Linux 4.4.0-116-generic       npm ERR! argv "/ usr / bin / node" "/ usr / bin / npm" "start"       npm ERR! node v6.13.0       npm ERR! npm v3.10.10       npm ERR! code ELIFECYCLE       npm ERR! [email protected] start: electron m...
asked by 28.02.2018 / 20:07
0
answers

Install dependency that does not have a package.json file

How you can install with npm or bower a project in github which does not have a package.json file, for example, in composer you can create a package of the following way: { ... "repositories": [ { "type": "package",...
asked by 13.03.2018 / 02:24
1
answer

Problem about emberJS and polyfills

I clone an ember project and when running it throws me the following error: loader.js:247 Uncaught Error: Could not find module '@ember/polyfills' imported from 'radio/initializers/viewport-config' at missingModule (loader.js:247) at f...
asked by 15.02.2018 / 14:03
0
answers

how to copy files with npm using the package.json file?

I have the following line in the packages.json scripts, I want you to copy them to the public folder but with another name and if you copy them, but leave them with the same name. What do I have wrong or what I need to add?     
asked by 23.01.2018 / 14:50
0
answers

NPM SASS does not compile imported CSS file

I'm working on a Laravel 5.5 project with Bootstrap 4. When I compile SASS it returns that everything is fine, but the imported CSS file is not being compiled or monitored by SASS. I have this SCSS file that comes by default in a new Laravel...
asked by 19.01.2018 / 19:51
1
answer

Problem Jquery and boostrap

I try to install boostrap and jquery in my project but I get this error. Uncaught Error: Bootstrap's JavaScript requires jQuery     at Object. (app.js: sourcemap: 10906)     at webpack_require (app.js: sourcemap: 20)     at Object._typeof (...
asked by 05.01.2018 / 22:52
0
answers

how can I install npm install -g exp to install in my project?

I am trying to install this dependency to be able to generate the apk of my project but it is not installed, it lasts a while loading and at the end it shows me an error: npm ERR! Expected: e6c37c74c2ede6c32f04b13d30383e10255908d3, npm ERR! A...
asked by 06.12.2017 / 16:36
1
answer

Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

The following error appeared:    Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3 How can I update my version of jquery to a specific version? since he asks me for a more current version. I wanted t...
asked by 07.11.2017 / 22:27
0
answers

Problem to open a web application in angular 2 locally

Good, I'm new to this and at work a web app is being created, and I want to open it locally so I can make local changes without modifying anything of the original. And when performing the 'ng serve' it tells me to run the 'npm install', and when...
asked by 12.09.2017 / 21:56