所以我一直在尝试安装 gulp 并且不断收到:
So I've been trying to install gulp and I keep getting:
module.js:471^throw err : 找不到模块 'C:cUsersJoe's Steezy笔记本电脑AppDataRoaming pm ode_modulesgulp-cliingulp.js'
module.js:471^throw err : cannot find module 'C:cUsersJoe's Steezy LaptopAppDataRoaming pm ode_modulesgulp-cliingulp.js'
如您所见,我的 username 中有空格,我读到 npm 无法读取有空格的路径.我的问题是我该如何解决这个问题?我知道有执行符号链接的选项,并且有一个选项可以创建一个全新的用户并确保用户名文件夹这次没有任何空格.
As you can see my username has spaces in it and I read that npm cant read paths that have spaces. my question is how do i fix this? I know theres the option to do symbolic links, and there is an option to make a whole new user and make sure the username folder doesn't have any spaces in it this time.
还有其他方法可以做到这一点吗?我对自己没有足够的信心来做一个 symbolic link 因为我读到如果你把它搞砸了,它真的会搞砸你的系统.我也不想在我的笔记本电脑上创建一个全新的用户,因为那样我就必须重新安装我所有的程序,这太糟糕了.如果有人可以提供帮助,将不胜感激!
Is there another way I can do this? I don't trust myself enough to do a symbolic link because i read that it can really mess up your system if you mess it up. I also don't really want to make a whole new user on my laptop because then i have to install all my programs all over again which kind of sucks. Please if anyone can help, it would be much appreciated!
这适用于 windows.您可以在环境变量中使用短路径名,例如使用 "C:PROGRA~1
odejs" 而不是 "C:Progam Files
odejs".
This works for windows. You can use the short path name in the environment variable, e.g. use "C:PROGRA~1
odejs" instead of "C:Progam Files
odejs".
您可以通过在父文件夹中执行 dir/x 找到正确的文件夹短名称.
You can find out the correct short name of your folder by executing dir /x in the parent folder.
这篇关于PATH npm 中的空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
Browserify,Babel 6,Gulp - 传播运算符上的意外令牌Browserify, Babel 6, Gulp - Unexpected token on spread operator(Browserify,Babel 6,Gulp - 传播运算符上的意外令牌)
是否可以将标志传递给 Gulp 以使其以不同的方式Is it possible to pass a flag to Gulp to have it run tasks in different ways?(是否可以将标志传递给 Gulp 以使其以不同的方式运行任务
为什么我们需要在全局和本地安装 gulp?Why do we need to install gulp globally and locally?(为什么我们需要在全局和本地安装 gulp?)
如何一个接一个地依次运行 Gulp 任务How to run Gulp tasks sequentially one after the other(如何一个接一个地依次运行 Gulp 任务)
打开 Javascript 文件时 Visual Studio 2015 崩溃Visual Studio 2015 crashes when opening Javascript files(打开 Javascript 文件时 Visual Studio 2015 崩溃)
检测 FLASH 插件崩溃Detect FLASH plugin crashes(检测 FLASH 插件崩溃)