我正在开发一个npm包,我在github上有它。我想在自己的github页面上使用这个包。我尝试在docs文件夹中安装它的tarball(使用npm pack),但是我收到了这个错误:
npm ERR!代码ENOSELF。拒绝安装名称为" squanch" 在一个名为" squanch"的包裹下。你有没有为你的项目命名 相同
这是我的文件夹结构:
-dist --css --js -docs --> i'm trying to install the package here --index.html -src --scss --js package.json gulpfile.js ...