标签: node.js npm
我正在写一个小模块
现在安装在某个地方
cd / tmp npm install git://xxxx/GongT/mymdl.git
cd / tmp
npm install git://xxxx/GongT/mymdl.git
安装完成成功
但是文件" global.css"从node_modules/mymdl/dist/文件夹中消失。
node_modules/mymdl/dist/
我确定文件node_modules/mymdl/dist/global.css在我的git repo中
node_modules/mymdl/dist/global.css
什么事发生在这里?