npm-debug.log problemático
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Where the ambientum cache will live | |
A_BASE="$HOME/AppData/Local/ambientum" | |
# Define specific cache directories | |
A_CONFIG="$A_BASE"/.config | |
A_CACHE="$A_BASE"/.cache | |
A_LOCAL="$A_BASE"/.local | |
A_SSH="$HOME/.ssh" | |
A_COMPOSER="$A_BASE"/.composer | |
# Create directories | |
mkdir -p "$A_CONFIG" | |
mkdir -p "$A_CACHE" | |
mkdir -p "$A_LOCAL" | |
mkdir -p "$A_COMPOSER" | |
########################################### | |
#### DO NOT EDIT BELOW THIS LINE UNLESS # | |
#### YOU KNOW WHAT YOU'RE DOING # | |
########################################### | |
#reset permissions | |
chown -R "$(whoami)":$(id -g "$(whoami)") "$A_BASE" | |
## Home directories prefixes | |
A_NODE_HOME=/home/node-user | |
A_PHP_HOME=/home/php-user | |
#### | |
# Alias for NPM And other node commands | |
#### | |
# Node Env | |
function n() { | |
winpty docker run -it --rm -v /"$(pwd)":/var/www/app -v /$A_CONFIG:$A_NODE_HOME/.config -v /$A_CACHE:$A_NODE_HOME/.cache -v /$A_LOCAL:$A_NODE_HOME/.local -v /$A_SSH:$A_NODE_HOME/.ssh ambientum/node:7 "$@" | |
} | |
alias n=n | |
# PHP Env | |
function p() { | |
winpty docker run -it --rm -v /"$(pwd)":/var/www/app -v /$A_COMPOSER:$A_PHP_HOME/.composer -v /$A_CONFIG:$A_PHP_HOME/.config -v /$A_CACHE:$A_PHP_HOME/.cache -v /$A_LOCAL:$A_PHP_HOME/.local -v /$A_SSH:$A_PHP_HOME/.ssh ambientum/php:7.1 "$@" | |
} | |
alias p=p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'run', | |
1 verbose cli 'dev' ] | |
2 info using npm@3.10.10 | |
3 info using node@v6.11.1 | |
4 verbose run-script [ 'predev', 'dev', 'postdev' ] | |
5 info lifecycle @~predev: @ | |
6 silly lifecycle @~predev: no script for predev, continuing | |
7 info lifecycle @~dev: @ | |
8 verbose lifecycle @~dev: unsafe-perm in lifecycle true | |
9 verbose lifecycle @~dev: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\Claudio Pereira\OneDrive\Projetos\SN\wifi\sn-wifi-oauth\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Users\Claudio Pereira\;C:\Programas\php-7.1\;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\Users\Claudio Pereira\AppData\Local\atom\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\PuTTY\;C:\Program Files\Redis\;C:\Programas\Sublime Text Build 3126 x64;C:\ProgramData\ComposerSetup\bin;C:\Program Files\nodejs\;C:\Users\Claudio Pereira\AppData\Roaming\Composer\vendor\bin;C:\Programas\Yarn\bin;C:\Users\Claudio Pereira\;C:\Programas\php-7.1\;C:\Users\Claudio Pereira\AppData\Local\Microsoft\WindowsApps;C:\Users\Claudio Pereira\AppData\Local\atom\bin;C:\Users\Claudio Pereira\AppData\Local\atom\;C:\Program Files\Docker Toolbox;C:\Programas\Sublime Text Build 3126 x64;C:\Users\Claudio Pereira\AppData\Roaming\Composer\vendor\bin;C:\Program Files (x86)\Sophos\Sophos SSL VPN Client\bin;C:\Users\Claudio Pereira\AppData\Roaming\npm;C:\Users\Claudio Pereira\AppData\Local\Yarn\bin | |
10 verbose lifecycle @~dev: CWD: C:\Users\Claudio Pereira\OneDrive\Projetos\SN\wifi\sn-wifi-oauth | |
11 silly lifecycle @~dev: Args: [ '/d /s /c', | |
11 silly lifecycle ' cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js' ] | |
12 silly lifecycle @~dev: Returned: code: 1 signal: null | |
13 info lifecycle @~dev: Failed to exec dev script | |
14 verbose stack Error: @ dev: ` cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at EventEmitter.emit (events.js:191:7) | |
14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at ChildProcess.emit (events.js:191:7) | |
14 verbose stack at maybeClose (internal/child_process.js:891:16) | |
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) | |
15 verbose pkgid @ | |
16 verbose cwd C:\Users\Claudio Pereira\OneDrive\Projetos\SN\wifi\sn-wifi-oauth | |
17 error Windows_NT 10.0.15063 | |
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev" | |
19 error node v6.11.1 | |
20 error npm v3.10.10 | |
21 error code ELIFECYCLE | |
22 error @ dev: ` cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js` | |
22 error Exit status 1 | |
23 error Failed at the @ dev script ' cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js'. | |
23 error Make sure you have the latest version of node.js and npm installed. | |
23 error If you do, this is most likely a problem with the package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js | |
23 error You can get information on how to open an issue for this project with: | |
23 error npm bugs | |
23 error Or if that isn't available, you can get their info via: | |
23 error npm owner ls | |
23 error There is likely additional logging output above. | |
24 verbose exit [ 1, true ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"private": true, | |
"scripts": { | |
"dev": " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"watch": " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"hot": " cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"production": " cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | |
}, | |
"devDependencies": { | |
"axios": "^0.16.2", | |
"babel": "^6.23.0", | |
"bootstrap-sass": "^3.3.7", | |
"cross-env": "^5.0.3", | |
"jquery": "^3.1.1", | |
"laravel-mix": "^1.0", | |
"lodash": "^4.17.4", | |
"vue": "^2.1.10", | |
"webpack": "^3.4.1" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALLUSERSPROFILE=C:\ProgramData | |
APPDATA=C:\Users\Claudio Pereira\AppData\Roaming | |
CommonProgramFiles=C:\Program Files\Common Files | |
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files | |
CommonProgramW6432=C:\Program Files\Common Files | |
COMPUTERNAME=CPEREIRAWEB | |
ComSpec=C:\Windows\system32\cmd.exe | |
DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox | |
HOMEDRIVE=C: | |
HOMEPATH=\Users\Claudio Pereira | |
LOCALAPPDATA=C:\Users\Claudio Pereira\AppData\Local | |
LOGONSERVER=\\CPEREIRAWEB | |
MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\ | |
NUMBER_OF_PROCESSORS=4 | |
OneDrive=C:\Users\Claudio Pereira\OneDrive | |
OS=Windows_NT | |
Path=C:\ProgramData\Oracle\Java\javapath;C:\Users\Claudio Pereira\;C:\Programas\php-7.1\;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\Users\Claudio Pereira\AppData\Local\atom\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\PuTTY\;C:\Program Files\Redis\;C:\Programas\Sublime Text Build 3126 x64;C:\ProgramData\ComposerSetup\bin;C:\Program Files\nodejs\;C:\Users\Claudio Pereira\AppData\Roaming\Composer\vendor\bin;C:\Programas\Yarn\bin;C:\Users\Claudio Pereira\;C:\Programas\php-7.1\;C:\Users\Claudio Pereira\AppData\Local\Microsoft\WindowsApps;C:\Users\Claudio Pereira\AppData\Local\atom\bin;C:\Users\Claudio Pereira\AppData\Local\atom\;C:\Program Files\Docker Toolbox;C:\Programas\Sublime Text Build 3126 x64;C:\Users\Claudio Pereira\AppData\Roaming\Composer\vendor\bin;C:\Program Files (x86)\Sophos\Sophos SSL VPN Client\bin;C:\Users\Claudio Pereira\AppData\Roaming\npm;C:\Users\Claudio Pereira\AppData\Local\Yarn\bin | |
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC | |
PHPBIN=C:\Programas\php-7.1\php.exe | |
PROCESSOR_ARCHITECTURE=AMD64 | |
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel | |
PROCESSOR_LEVEL=6 | |
PROCESSOR_REVISION=8e09 | |
ProgramData=C:\ProgramData | |
ProgramFiles=C:\Program Files | |
ProgramFiles(x86)=C:\Program Files (x86) | |
ProgramW6432=C:\Program Files | |
PROMPT=$P$G | |
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\PowerShell\Modules\ | |
PUBLIC=C:\Users\Public | |
SESSIONNAME=Console | |
SystemDrive=C: | |
SystemRoot=C:\Windows | |
TEMP=C:\Users\CLAUDI~1\AppData\Local\Temp | |
TMP=C:\Users\CLAUDI~1\AppData\Local\Temp | |
USERDOMAIN=CPEREIRAWEB | |
USERDOMAIN_ROAMINGPROFILE=CPEREIRAWEB | |
USERNAME=Claudio Pereira | |
USERPROFILE=C:\Users\Claudio Pereira | |
VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\ | |
windir=C:\Windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mix = require('laravel-mix'); | |
mix.js('resources/assets/js/app.js', 'public/assets/js') | |
.sass('resources/assets/sass/app.scss', 'public/assets/css'); | |
mix.copyDirectory('node_modules/font-awesome/fonts', 'public/assets/fonts'); | |
mix.copy('node_modules/font-awesome/css/font-awesome.min.css', 'public/assets/css'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment