هذا الموضوع متابعة للموضوع
https://arabia.io/go/17770إذا كان لديك :
سؤال
مشكلة تريد حلها
او حتى مساعدة في تطوير إضافة
أطرحه هنا و سوف تجد حلاً أن شاء الله .
ملحوظة :
إذا كان لديك شفرة برمجية كجزء من المشكلة الرجاء كتابتها على
ثم وضع الرابط هنا .
هذا الموضوع متابعة للموضوع
https://arabia.io/go/17770إذا كان لديك :
سؤال
مشكلة تريد حلها
او حتى مساعدة في تطوير إضافة
أطرحه هنا و سوف تجد حلاً أن شاء الله .
ملحوظة :
إذا كان لديك شفرة برمجية كجزء من المشكلة الرجاء كتابتها على
ثم وضع الرابط هنا .
السلام عليكم .. ظهرت لدي مشكلة أخرى اريد ان انفذ الامر npm install لكي اتعامل مع vue.js ودائما يظهر معي الخطأ التالي :
C:\xampp\htdocs\last>npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
node-sass@3.13.1 install C:\xampp\htdocs\last\node_modules\node-sass
node scripts/install.js
Downloading binary from
Download complete ] - :
Binary saved to C:\xampp\htdocs\last\node_modules\node-sass\vendor\win32-x64-48\binding.node
Caching binary to C:\Users\MUSTAFA MOHAMED\AppData\Roaming\npm-cache\node-sass\3.13.1\win32-x64-48_binding.node
node-sass@3.13.1 postinstall C:\xampp\htdocs\last\node_modules\node-sass
node scripts/build.js
Binary found at C:\xampp\htdocs\last\node_modules\node-sass\vendor\win32-x64-48\binding.node
Testing binary
Binary is fine
npm ERR! path C:\xampp\htdocs\last\node_modules\fsevents\node_modules\getpass\node_modules
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall lstat
npm ERR! Error: EPERM: operation not permitted, lstat 'C:\xampp\htdocs\last\node_modules\fsevents\node_modules\getpass\node_modules'
npm ERR! at Error (native)
npm ERR! { Error: EPERM: operation not permitted, lstat 'C:\xampp\htdocs\last\node_modules\fsevents\node_modules\getpass\node_modules'
npm ERR! at Error (native)
npm ERR! stack: 'Error: EPERM: operation not permitted, lstat \'C:\xampp\htdocs\last\node_modules\fsevents\node_modules\getpass\node_modules\'\n at Error (native)',
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'lstat',
npm ERR! path: 'C:\xampp\htdocs\last\node_modules\fsevents\node_modules\getpass\node_modules' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\MUSTAFA MOHAMED\AppData\Roaming\npm-cache_logs\2017-08-11T05_33_27_543Z-debug.log
C:\xampp\htdocs\last>
مع العلم اني استخدم ويندوز 10
إذا كان إستخدامك لـ vuejs بسيط وليس معقد ، يمكنك إستخدامها دون عملية بناء ، فقط إنسخ vue.js إلي public ثم ضع رابط له هناك
وجدت ال webpack.config.js
التعليقات