Yarn Install Error
johannesschobel opened this issue · 2 comments
johannesschobel commented
When cloning the package and simply run
yarn install
the following file (./.npmrc
) throws an error..
Line 1 in eff9ad5
This is because the comment in the ./.npmrc
file should be #
and not //
i guess?!
All the best
xmlking commented
You can delete this file, I was using this with NPM_TOKEN environment variable in my .profile ,to publish libs to npm
johannesschobel commented
thanks for the clarification ;) closed