Posts by Maurício • 11 points
3 posts
-
1
votes1
answer945
viewsA: Error in npm run dev
I managed to fix it, I’ll put the answer here, maybe help someone with the same problem. edit the line: const { mix } = require('laravel-mix') for this: const mix = require('laravel-mix')…
-
0
votes1
answer945
viewsQ: Error in npm run dev
I’m trying to execute command npm run dev in a project developed by another person. This is the configuration in package.json: "scripts": { "dev": "npm run development", "development": "cross-env…
-
0
votes1
answer238
viewsQ: Login to Github via SSH
Good morning! When I just go to the server via SSH and run the command sss -t [email protected], it returns a message showing which user is logged in to that site. My question is how I log in with…