Laravel 8 - Jetstream, several errors on npm install && npm run dev #34291
Unanswered
arieltoledo
asked this question in
General
Replies: 1 comment
-
Homestead and shared folders issue, resolve by using npm outside homestead, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Im usign laravel/homestead v.10 and updated composer, node and npm to their last version.
After initial installation of laravel with the --jet and --stack=livewire arguments, when I run the following command
npm install && npm run dev
I got the following
**npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/watchpack/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/vagrant/development/nf_foro/node_modules/webpack-dev-server/node_modules/ansi-regex/package.json.4144687811
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/vagrant/development/nf_foro/node_modules/webpack-dev-server/node_modules/ansi-regex/package.json.4144687811'
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! /root/.npm/_logs/2020-09-11T15_49_39_872Z-debug.log**
Beta Was this translation helpful? Give feedback.
All reactions