在执行inoic创建项目时报错

在执行inoic创建项目时报错。主要错误是:operation not permitted, scandir

 1 × Running command - failed!
 2 [ERROR] npm ERR! path C:\Users\Administrator\cutePuppyPics\node_modules\fsevents\node_modules\dashdash\node_modul
 3
 4         npm ERR! code EPERM
 5         npm ERR! errno -4048
 6         npm ERR! syscall scandir
 7         npm ERR! Error: EPERM: operation not permitted, scandir
 8         ‘C:\Users\Administrator\cutePuppyPics\node_modules\fsevents\node_modules\dashdash\node_modules‘
 9         npm ERR!  { Error: EPERM: operation not permitted, scandir
10         ‘C:\Users\Administrator\cutePuppyPics\node_modules\fsevents\node_modules\dashdash\node_modules‘
11         npm ERR!   stack: ‘Error: EPERM: operation not permitted, scandir
12         \‘C:\\Users\\Administrator\\cutePuppyPics\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules\‘
13         npm ERR!   errno: -4048,
14         npm ERR!   code: ‘EPERM‘,
15         npm ERR!   syscall: ‘scandir‘,
16         npm ERR!   path:
17         ‘C:\\Users\\Administrator\\cutePuppyPics\\node_modules\\fsevents\\node_modules\\dashdash\\node_modules‘ }
18         npm ERR!
19         npm ERR! Please try running this command again as root/Administrator.
20
21         npm ERR! A complete log of this run can be found in:
22         npm ERR!     D:\nvmfile\npm-cache\_logs\2017-12-26T10_26_15_953Z-debug.log

解决方法:

1.清除C:\Users\Administrator\AppData\Roaming\npm下面的node_modules

2.将npm的缓存清除

3.将npm重新升级  npm install -g npm4.重新执行 ionic start AppName

5.创建成功就或打开一个网页

原文地址:https://www.cnblogs.com/jiang-z/p/8119688.html

时间: 2024-10-06 09:53:27

在执行inoic创建项目时报错的相关文章

使用Eclipse自带的Maven插件创建Web项目时报错:

问题描述: 使用Eclipse自带的Maven插件创建Web项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories. Could not resolve artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:REL

quick3.3final版创建项目报错解决

quick3.3final版创建项目报错解决 今天新下载了quick3.3final版,于是安装,创建项目,打开player新建项目如下图 然后点击创建,就发生了如下错误,相信应该有不少朋友会碰到的 首先,这里有两个错误 1.PHP Notice:  Undefined index: extracmd in /Users/wangmeng/Documents/quick-3.3/quick/bin/lib/quick/ProjectCreator.php on line 117 这是117行有未

(转)svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”

今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”.无论你到那个父层次的目录执行“clean up “,都是报一样的错.执行cleanup时候,提示要cleanup.看来是进入死循环了. 可能是频繁做了一些改名,文件打开的时候更新或者提交操作,导致svn罢工了.这个也该算是svn的bug吧.类似的情况,其实之前也碰到过.之前都是图省事,把整

使用IDEA自带maven建java项目时报错。

今天用IDEA建立maven项目时报错: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] -------------------------

执行yiic webapp命令时报错:php.exe不是内部或外部命令,也不是可运行的程序

在执行 yiic webapp ../abc 命令时报错: “php.exe”不是内部或外部命令,也不是可运行的程序 或批处理文件. 这是因为yiic批处理程序找不到php.exe的执行路径引起的. 解决方法: 打开yiic.bat文件, 将php.exe的绝对路径赋值给PHP_COMMAND,将: if “%PHP_COMMAND%” == “” set PHP_COMMAND=php.exe 改为 if “%PHP_COMMAND%” == “” set PHP_COMMAND=E:\xam

QL Server 创建用户时报错:15023 用户,组或角色'XXX'在当前数据库中已存在?

在使用SQL Server 2000时,我们经常会遇到一个情况:需要把一台服务器上的数据库转移到另外一台服务器上.而转移完成后,需要给一个"登录"关联一个"用户"时,往往会发生错误: “错误15023:当前数据库中已存在用户或角色” 这个问题非常棘手,几经排常找到了原因与解决方法,因为这个问题与解决方法均比较复杂,所以把这个过程中的一些经验纪录下来与大家分享,希望能对大家以后的类似操作有所帮助. 原因及解决办法如下: 首先介绍一下sql server中“登录”与“用

Laravel5.5执行 npm run dev时报错,提示cross-env找不到(not found)的解决办法

Laravel 5.4 Mix & Laravel5.5执行 npm run dev时报错,提示cross-env找不到(not found)的解决办法 首先进入package.json文件,将scripts下的所有cross-env删除掉,(devDependencies下的不能删除)处理结果代码如下: { "private": true, "scripts": { "dev": "npm run development&qu

zc.buildout构建项目时报错‘AttributeError: '_NamespacePath' object has no attribute 'sort'’

在使用zc.buildout构建项目时如果碰到'AttributeError: '_NamespacePath' object has no attribute 'sort''报错: An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "c:\python36\lib\site-package

安装webpack后,执行webpack -v命令时报错:SyntaxError: Block-sc

安装webpack后,执行webpack -v命令时报错如下: [[email protected] ~]# webpack -v /usr/local/node-v4.4.7-linux-x64/lib/node_modules/webpack/bin/webpack.js:3 let webpackCliInstalled = false; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not