Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
其他人在本地使用 gulp 运行 3dio-js 有问题吗?
尝试在本地运行3dio-js ( npm run dev-browser) 时,出现以下错误:
npm run dev-browser
环境节点\r: 没有这样的文件或目录
我怎样才能解决这个问题?
我想通了,这似乎是gulp和 DOS 行结尾的问题。
vi /3dio-js/node-modules/.bin/gulp
:set ff=unix :wq!
:set ff=unix
:wq!
然后再次运行