Binaryfolks 2020 Dev Assignment
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
kaustavdas192
Posts : 2
Join date : 2020-08-06

Problem while creating a new project with authentication services. Empty Problem while creating a new project with authentication services.

Fri Aug 07, 2020 8:29 pm
after creating a new project in order to get the authentication services we need to run
1) composer require laravel/ui
2) php artisan ui vue --auth
3) npm install
4) npm run dev

upon execution of "npm install" i get the following errors:

npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the
legacy v1
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path C:\Users\User\twitter\node_modules\.staging\has-symbols-4f305476\LICENSE
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\Users\User\twitter\node_modules\.staging\has-symbols-4f305476\LICENSE'
npm ERR! [Error: EPERM: operation not permitted, unlink 'C:\Users\User\twitter\node_modules\.staging\has-symbols-4f305476\LICENSE'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'unlink',
npm ERR! path: 'C:\\Users\\User\\twitter\\node_modules\\.staging\\has-symbols-4f305476\\LICENSE'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2020-08-07T14_49_45_915Z-debug.log

can anybody please help .
avatar
ritendubhattacharyya
Posts : 13
Join date : 2020-07-25

Problem while creating a new project with authentication services. Empty Re: Problem while creating a new project with authentication services.

Sat Aug 08, 2020 8:06 pm
combine the last two command i.e. use "npm install && npm run dev"
avatar
kaustavdas192
Posts : 2
Join date : 2020-08-06

Problem while creating a new project with authentication services. Empty Re: Problem while creating a new project with authentication services.

Sun Aug 09, 2020 5:19 pm
I tried that got several more errors
Sponsored content

Problem while creating a new project with authentication services. Empty Re: Problem while creating a new project with authentication services.

Back to top
Permissions in this forum:
You cannot reply to topics in this forum