Topic: I can not install MDB Pro
assoumouad asked 5 years ago
npm install git+https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git --save
This does not work on a fresh Laravel 7 project
*Actual behavior*Here is the content of the log file, after typing npm install command with my token...
0 info it worked if it ends with ok1 verbose cli [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 'install',1 verbose cli 'git+https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git',1 verbose cli '--save'1 verbose cli ]2 info using npm@6.14.43 info using node@v14.1.04 verbose npm-session 499aaae758342b7a5 silly install loadCurrentTree6 silly install readLocalPackageData7 silly fetchPackageMetaData error for git+https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git Error while executing:7 silly fetchPackageMetaData undefined ls-remote -h -t https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git7 silly fetchPackageMetaData7 silly fetchPackageMetaData7 silly fetchPackageMetaData spawn git ENOENT8 timing stage:rollbackFailedOptional Completed in 2ms9 timing stage:runTopLevelLifecycles Completed in 725ms10 verbose stack Error: spawn git ENOENT10 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)10 verbose stack at onErrorNT (internal/child_process.js:468:16)10 verbose stack at processTicksAndRejections (internal/process/task_queues.js:84:21)11 verbose cwd C:\Users\DdAbessolo\projets\formationscomilog12 verbose Windows_NT 10.0.1836313 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "git+https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git" "--save"14 verbose node v14.1.015 verbose npm v6.14.416 error code ENOENT17 error syscall spawn git18 error path git19 error errno -405820 error enoent Error while executing:20 error enoent undefined ls-remote -h -t https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git20 error enoent20 error enoent20 error enoent spawn git ENOENT21 error enoent This is related to npm not being able to find a file.22 verbose exit [ -4058, true ]
Resources (screenshots, code snippets etc.)
assoumouad answered 5 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.17.0
- Device: PC
- Browser: edge
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Grzegorz Bujański staff commented 5 years ago
Can You please try again?
npm install git+https://oauth2:YOUR_TOKEN_GOES_HERE@git.mdbootstrap.com/mdb/jquery/jq-pro.git --save
command is correct. I check this few minutes ago and work fine for me. Did you buy the MDB Pro license?