I use :
Laravel 5.4
Windows 10
Node version : v6.11.1
Npm version : 5.3.0
If I run : npm install --no-bin-links
There exist error :
npm WARN deprecated [email protected]: express 2.x series is deprecated
npm WARN deprecated [email protected]: connect 1.x series is deprecated
npm ERR! path C:\xampp\htdocs\myshop\node_modules\bs-recipes
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename 'C:\xampp\htdocs\myshop\node_modules\bs-recipes' -> 'C:\xampp\htdocs\myshop\node_modules\.bs-recipes.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\windows10\AppData\Roaming\npm-cache\_logs\2017-08-30T00_41_20_491Z-debug.log
How can I solve the error?
Update :
I uninstall Node version : v6.11.1 and install the new version, v8.4.0, but it's the same
I'm not familiar with this error but the console output clearly states:
Try the following:
npm install
via console.Update
Try checking this similar issue on github: npm 17444