Questions tagged as 'npm'

0
answers

Modals and JS functionalities do not work after compiling with npm run dev

I have a problem with my JS modals and functionalities of my web application. In summary my code in webpack.mix.js is the following: mix.scripts([ 'resources/assets/js/bootstrap.min.js', 'resources/assets/js/Chart.min.js', 'resou...
asked by 10.11.2018 / 15:10
1
answer

Create folder in bucket when uploading file with user id, nodejs, express

I hope you can help me, I am creating a video application and I need to create a folder, inside another folder called videos that is in My Bucket, that new folder must have the user id and inside the uploaded videos. This is my upload.js file...
asked by 30.10.2018 / 14:24
0
answers

error when installing npm dependency

I'm trying to install this dependency: npm install mysqljs/mysql But I get an error loading it npm ERR! code 1 npm ERR! Command failed: D:\Program Files\Git\mingw64\bin\git.EXE submodule update -q --init --recursive npm ERR! fatal: D:\Pr...
asked by 18.10.2018 / 02:03
1
answer

My application can not find this route

I have two errors: Can not find the route $ not defined First they could help me solve the route problem. I have reviewed other projects and the route does not exist either. The first error: Uncaught Error: Cannot find module ".....
asked by 24.10.2018 / 16:40
0
answers

Error creating an angular service

Good I'm starting with angular and I want to create a service but when I try it, it does not and it gives me the following error: (node:4292) ExperimentalWarning: The fs.promises API is experimental Cannot read property 'NullLogger' of undefi...
asked by 13.10.2018 / 07:44
0
answers

Font Awesome in Laravel 5.7

I'm trying to include Font Awesome to a Laravel 5.7 Project. For this I did this: 1) npm install --save-dev @fortawesome/fontawesome-free --check and the folder is in node_modules 2) In Resources / sass / app.scss I add this: $...
asked by 20.09.2018 / 20:47
0
answers

npm install does not work for me, there is no case

I've been trying to install the dependencies of a repository developing with angular-cli for some time, but when I try it, it makes me hateful ...    npm ERR! 405 Method Not Allowed: .... Reading they say it's a network issue ... by proxy...
asked by 13.09.2018 / 21:59
0
answers

Error: EACCES, open '/components/scholarshipr-card.html' '

The webpack can not be executed in my project, because it modifies a module and no longer shows me this error. This is the error I'm receiving: Module build failed: Error: EACCES: permission denied, open This is the webpack configuration f...
asked by 31.08.2018 / 18:38
1
answer

Error when starting new Angular project

I have a problem every time I want to start a new project in angular with the command I do not know what to do and I already update npm, node, angular and typescript to the latest version to see if this solves the error but nothing. Any way I ca...
asked by 31.08.2018 / 23:11
0
answers

When installing dependencies with NPM I get error 405

I'm trying to reinstall the dependencies of my project in Angular since I change my computer and when I try to do it, I always get the same NPM error: npm install The log: Please help. and thanks in advance.     
asked by 06.09.2018 / 19:34