博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
win10安装express遇到的问题。
阅读量:5159 次
发布时间:2019-06-13

本文共 1431 字,大约阅读时间需要 4 分钟。

昨天在centos上成功安装了express,今天想在win10上面装一个,死活安装不了

express可以正常安装,但是每次安装express-generator的时候一直报错

659 silly install printInstalled

660 verbose stack Error: EISDIR: illegal operation on a directory, open 'D:\Program Files\nodejs\node_global\express'
660 verbose stack at Error (native)
661 verbose cwd C:\Users\mimig
662 error Windows_NT 10.0.14393
663 error argv "D:\\Program Files\\nodejs\\node.exe" "D:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "express-generator" "-g"
664 error node v6.10.1
665 error npm v3.10.10
666 error path D:\Program Files\nodejs\node_global\express
667 error code EISDIR
668 error errno -4068
669 error syscall open
670 error eisdir EISDIR: illegal operation on a directory, open 'D:\Program Files\nodejs\node_global\express'
671 error eisdir This is most likely not a problem with npm itself
671 error eisdir and is related to npm not being able to find a package.json in
671 error eisdir a package you are trying to install.
672 verbose exit [ -4068, true ]

 

环境变量什么的也设置了:

NODE_PATH=xxx/node_global/node_modules

PATH=xxx/node_global

还是安装不了。

后来把node_global删了,重新安装。

这次我先安装express-gennerator

后安装express

居然好了。

 

最后运行 #express firstapp

进项目之后运行# npm start启动,然后提示缺少各种模块

这次需要运行命令安装依赖

#npm install 

 终于成功了!!!

(昨天centos上什么都安装齐全了,就是提示express command not fount,后来才知道是环境变量path里面需要指定全局模块的bin目录,添加上之后就没问题了。)

posted on
2017-03-25 16:28 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/miaodi/p/6617467.html

你可能感兴趣的文章
ResNet笔记
查看>>
数据结构化与保存
查看>>
Facebook Error Code 901
查看>>
C#设计模式之11:命令模式
查看>>
使按钮失效的方法
查看>>
【娱乐】检查你的电脑是“男人”还是“女人”
查看>>
MySQL的system命令在渗透测试中的使用以及UDF提权
查看>>
node,js开发环境的搭建
查看>>
第25月第11天 deeplearning.ai
查看>>
hdu 2117
查看>>
Hibernate查询
查看>>
hive 定时加载分区
查看>>
spark streaming checkpoint
查看>>
HashMap和HashTable之间的区别
查看>>
修改权限
查看>>
Oracle 数据库基本操作——用户管理与文件管理
查看>>
Java环境/安装问题
查看>>
单链表 - 数据结构
查看>>
读写数据
查看>>
How Crushing Machinery Industry Better Develops Itself
查看>>